Contents Index Topic Contents | ||
Previous Topic: DateTime_GetMonthCalFont Next Topic: DateTime_GetSystemtime |
DateTime_GetRange
DWORD DateTime_GetRange( HWND hwndDT, LPSYSTEMTIME lpSysTimeArray);Retrieves the current minimum and maximum allowable system times for a date and time picker (DTP) control. You can use this macro, or send the DTM_GETRANGE message explicitly.
- Returns a DWORD value that is a combination of GDTR_MIN or GDTR_MAX. The first element of the SYSTEMTIME array contains the minimum allowable time. The second element of the SYSTEMTIME array contains the maximum allowable time.
- hwndDT
- Address of a DTP control.
- lpSysTimeArray
- Address of a two-element array of SYSTEMTIME structures.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.