WinXCalendar_GetSelection (hCal, SYSTEMTIME @time)
Gets the selected date in a calendar control
Parameter | Description |
---|---|
hCal | The handle to the calendar control |
SYSTEMTIME @time | The variable to receive the currently selected date |
$$TRUE on success or $$FALSE on fail
none
SYSTEMTIME time ' Get the currently selected date |
Calendar Controls
WinXAddCalendar
WinXCalendar_SetSelection
onCalendarSelect (Callback)