Click or drag to resize
BasicCalendarLoadData Method
Prepares event data to hashtable to speed up rendering of calendar cells (days).

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected void LoadData(
	DateTime currentMonthDay
)

Parameters

currentMonthDay
Type: SystemDateTime
Date of month displayed in the calendar
See Also