Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the calendar control for the current day.
void SetToday(
const COleDateTime& refDateTime
);
void SetToday(
const CTime* pDateTime
);
void SetToday(
const LPSYSTEMTIME pDateTime
);
Parameters
refDateTime
A reference to a COleDateTime object that contains the current date.pDateTime
In the second version, a pointer to a CTime object containing the current date information. In the third version, a pointer to a SYSTEMTIME structure that contains the current date information.
Remarks
This member function implements the behavior of the Win32 message MCM_SETTODAY, as described in the Windows SDK.
Example
See the example for CMonthCalCtrl::GetToday.
Requirements
Header: afxdtctl.h