MCM_SETTODAY

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

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

Parameters

  • lpSysTime
    Long 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. 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 Values

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

Runs on Versions Defined in Include Link to
Windows CE OS 2.0 and later Commctrl.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

SYSTEMTIME

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.