BaseSchedulingControlSetDays Method |
Sets days
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax 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