WinXTimePicker_GetTime (hDTP, SYSTEMTIME @time, @timeValid)
Gets the time from a Time/Date Picker control
Parameter | Description |
---|---|
hDTP | The handle to the control to get the time from |
SYSTEMTIME @time | The variable to receive the time |
@timeValid | This variable will be set to $$TRUE if the time is set, otherwise $$FALSE |
$$TRUE on success or $$FALSE on fail
none
SYSTEMTIME time ' Get the currently selected date |