DTM_GETSYSTEMTIMEDTM_GETSYSTEMTIME*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.