Sets a weekly schedule that runs on certain days.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public void SetWeeklyScheduleRecurrence(
	Date startDate,
	Date endDate,
	bool runMonday,
	bool runTuesday,
	bool runWednesday,
	bool runThursday,
	bool runFriday,
	bool runSaturday,
	bool runSunday,
	Time startTime,
	Time endTime
)
Visual Basic
Public Sub SetWeeklyScheduleRecurrence ( _
	startDate As Date, _
	endDate As Date, _
	runMonday As Boolean, _
	runTuesday As Boolean, _
	runWednesday As Boolean, _
	runThursday As Boolean, _
	runFriday As Boolean, _
	runSaturday As Boolean, _
	runSunday As Boolean, _
	startTime As Time, _
	endTime As Time _
)

Parameters

startDate
Type: ININ.IceLib.Configuration.DataTypes..::..Date
The date when the schedule first becomes active.
endDate
Type: ININ.IceLib.Configuration.DataTypes..::..Date
The date when the schedule stops being active.
runMonday
Type: System..::..Boolean
Whether or not the schedule runs on Monday.
runTuesday
Type: System..::..Boolean
Whether or not the schedule runs on Tuesday.
runWednesday
Type: System..::..Boolean
Whether or not the schedule runs on Wednesday.
runThursday
Type: System..::..Boolean
Whether or not the schedule runs on Thursday.
runFriday
Type: System..::..Boolean
Whether or not the schedule runs on Friday.
runSaturday
Type: System..::..Boolean
Whether or not the schedule runs on Saturday.
runSunday
Type: System..::..Boolean
Whether or not the schedule runs on Sunday.
startTime
Type: ININ.IceLib.Configuration.DataTypes..::..Time
The time of day the schedule starts.
endTime
Type: ININ.IceLib.Configuration.DataTypes..::..Time
The time of day the schedule ends.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.

See Also