This topic has not yet been rated - Rate this topic

MCM_SETTODAY message

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

Parameters

wParam
Must be zero.
lParam

Pointer to 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.

Return value

The return value for this message is not used.

Remarks

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

  • The control will not automatically update the "today" selection when the time passes midnight for the current day.
  • The control will not automatically update its display based on locale changes.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Commctrl.h

See also

Times in the Month Calendar Control

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.