CMonthCalCtrl::GetRange

This method retrieves the minimum and maximum allowable dates set 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

DWORD GetRange( COleDateTime* pMinRange,
COleDateTime*
pMaxRange ) const;

DWORD GetRange( CTime* pMinRange, CTime* pMaxRange ) const;

DWORD GetRange( LPSYSTEMTIME pMinRange,
LPSYSTEMTIME
pMaxRange ) const;