BaseSchedulingControlInitializeMonthDays Method |
Sets days to MonthDate drop-down list.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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