MCM_SETTODAYMCM_SETTODAY*
*Contents  *Index  *Topic Contents
*Previous Topic: MCM_SETSELRANGE
*Next Topic: MCM_SETUNICODEFORMAT

MCM_SETTODAY


MCM_SETTODAY
    wParam = 0;
    lParam = (LPARAM)(LPSYSTEMTIME) lpSysTime;

Sets the "today" selection for a month calendar control. You can send this message explicitly or by using the MonthCal_SetToday macro.

lpSysTime
Address of a SYSTEMTIME structure that contains the date to be set as the "today" selection for the control. If this parameter is set to NULL, the control returns to the default setting.

If the "today" selection is set to any date other than the default, the following conditions apply:

Version 4.70

See also Times in the Month Calendar Control


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