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

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


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