Click or drag to resize
BaseSchedulingControlInitializeMonthDays Method
Sets days to MonthDate drop-down list.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void InitializeMonthDays(
	int days,
	bool addLast
)

Parameters

days
Type: SystemInt32
Amount of days to add
addLast
Type: SystemBoolean
Add "last" to the end
See Also