MonthCal_SetToday macro (commctrl.h)

Sets the "today" selection for a month calendar control. You can use this macro or send the MCM_SETTODAY message explicitly.

Syntax

void MonthCal_SetToday(
   hmc,
   pst
);

Parameters

hmc

Type: HWND

Handle to a month calendar control.

pst

Type: LPSYSTEMTIME

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:

  • 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.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header commctrl.h