The WeekHeading ObjectObject that contains the methods and properties for the calendar week headings. ConstructorWeekHeading(owner,tableCell,week,tableRow)This function runs when a new instance of WeekHeading is created (i.e. wkhead = new WeekHeading(...)). Arguments
Return Values(none)Public Propertiesweekint WeekHeading::week The week number of this WeekHeading object. Private Properties(none)Public Methods(none)Private MethodsweekHeadingonclick()Event handler that is fired when the user clicks on one of the week headings. It selects all dates in the current week – multi-select mode only. Arguments(none)Return Values(none) |