Click or drag to resize
BaseSchedulingControlSetDays Method
Sets days

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void SetDays(
	CheckBoxList control,
	List<DayOfWeek> days
)

Parameters

control
Type: System.Web.UI.WebControlsCheckBoxList
Check-box list control
days
Type: System.Collections.GenericListDayOfWeek
List of days
See Also