CMonthCalCtrl::GetToday

This method retrieves the date information for the date specified as "today" for a month calendar control.

At a Glance

Header file: Afxdtctl.h
Platforms: H/PC Pro
Windows CE versions: 2.10 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL CMonthCalCtrl::GetToday( COleDateTime& refDateTime ) const;

BOOL CMonthCalCtrl::GetToday( CTime& refDateTime ) const;

BOOL GetToday( LPSYSTEMTIME pDateTime ) const;