MCM_GETTODAYMCM_GETTODAY*
*



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.

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


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