WinXCalendar_SetSelection (hCal, SYSTEMTIME time)
Sets the selected date in a calendar control
Parameter | Description |
---|---|
hCal | The handle to the calendar control |
SYSTEMTIME time | The date to set the control to. See the Win32 API docs for more on this structure. |
$$TRUE on success or $$FALSE on fail
none
SYSTEMTIME time ' Select today |