Click or drag to resize
BaseSchedulingControlAddWeekDays Method
Adds selected week days to the task interval

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void AddWeekDays(
	TaskInterval taskInterval
)

Parameters

taskInterval
Type: CMS.SchedulerTaskInterval
Task interval
See Also