MonthCal_SetToday

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This macro sets the today selection for a month calendar control, because the control does not automatically update the today selection when the time passes midnight for the current day.

Syntax

void MonthCal_SetToday(
  HWND hwndMC, 
  LPSYSTEMTIME lpSysTime 
);

Parameters

  • hwndMC
    Handle to a month calendar control.
  • 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.

Remarks

The control will not automatically update its display based on locale changes.

Related message: MCM_SETTODAY

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