Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This message sets the today selection for a month calendar control.

Syntax

MCM_SETTODAY 
wParam = 0;

lParam = (LPARAM)(LPSYSTEMTIME) 
lpSysTime;

Parameters

wParam

Not used.

lpSysTime

Long pointer to a SYSTEMTIMEstructure 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. The time members of this structure are ignored.

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

Return Value

The return value for this message is not used.

Remarks

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.

Related macro:  MonthCal_SetSelRange

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Other Resources

SYSTEMTIME