CMonthCalCtrl::GetSelRange

This method message retrieves date information that represents the upper and lower limits of the date range currently selected by the user

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 GetSelRange( COleDateTime& refMinRange,
COleDateTime&
refMaxRange ) const;

BOOL GetSelRange( CTime& refMinRange, CTime& refMaxRange ) const;

BOOL GetSelRange( LPSYSTEMTIME pMinRange,
LPSYSTEMTIME
pMaxRange ) const;