BaseSchedulingControl.InitializeMonthDays Method |
Sets days to MonthDate drop-down list.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax protected void InitializeMonthDays(
int days,
bool addLast
)
Parameters
- days
- Type: System.Int32
Amount of days to add - addLast
- Type: System.Boolean
Add "last" to the end
See Also