Contents Index Topic Contents | ||
Previous Topic: MonthCal_GetSelRange Next Topic: MonthCal_GetUnicodeFormat |
MonthCal_GetToday
BOOL MonthCal_GetToday( HWND hwndMC, LPSYSTEMTIME lpToday );Retrieves the date information for the date specified as "today" for a month calendar control. You can use this macro or send the MCM_GETTODAY message explicitly.
- Returns nonzero if successful, or zero otherwise.
- hwndMC
- Handle to a month calendar control.
- lpToday
- Address of a SYSTEMTIME structure that will receive the date information. The time members of this structure will not be modified. This parameter must be a valid address and cannot be NULL.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.