MCM_GETTODAY

This message retrieves the date information for the date specified as “today” for a month calendar control.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later
Related macro: MonthCal_GetToday

Syntax

MCM_GETTODAY wParam = 0;
lParam = (LPARAM)(LPSYSTEMTIME) lpToday;

Parameters

lpToday

Long pointer to a SYSTEMTIME structure that receives the date information. The time members of this structure are not modified.

Return Values

Nonzero indicates success. Zero indicates otherwise.