Contents Index Topic Contents | ||
Previous Topic: MCM_GETSELRANGE Next Topic: MCM_GETUNICODEFORMAT |
MCM_GETTODAY
MCM_GETTODAY wParam = 0; lParam = (LPARAM)(LPSYSTEMTIME) lpToday;Retrieves the date information for the date specified as "today" for a month calendar control. You can send this message explicitly or by using the MonthCal_GetToday macro.
- Returns nonzero if successful, or zero otherwise.
- lpToday
- Address of a SYSTEMTIME structure that will receive the date information. This parameter must be a valid address and cannot be NULL.
Version 4.70
See also Times in the Month Calendar Control
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.