Calendars


A calendar control provides a nice way for the user to enter a date. A single calendar control can display several months at a time. See the WinXAddCalendar function for details. Since calendar controls don't resize nicely, you should give them a fixed size if possible.

The date in a calendar control is set and retreived with a SYSTEMTIME structure. Look this up in the Win32 docs. Keep in mind that the hungarian prefixes have been eliminated in the XBlite version of the structure for some reason.

You can detect when the user selects a new date with the onCalendarSelect callback.

Related Links

Date/Time Picker Controls
WinXAddCalendar
WinXOnCalendarSelect