CMonthCalCtrl::SetToday

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 Platform SDK.

CMonthCalCtrl OverviewClass MembersHierarchy Chart

See Also   CMonthCalCtrl::GetToday