Contents Index Topic Contents | ||
Previous Topic: DTM_GETRANGE Next Topic: DTM_SETFORMAT |
DTM_GETSYSTEMTIME
DTM_GETSYSTEMTIME wParam = 0; lParam = (LPARAM) lpSysTime;Retrieves the currently selected time from a date and time picker (DTP) control and places it in a specified SYSTEMTIME structure. You can send this message explicitly or use the DateTime_GetSystemtime macro.
- Returns GDT_VALID if the time information was placed successfully in the given structure; or the message can return GDT_NONE if the control was set to the DTS_SHOWNONE style and the control check box was not selected.
- lpSysTime
- Address of the SYSTEMTIME structure that receives the system time information. This parameter must be a valid address; it cannot be NULL.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.