DDV_MinMaxMonth
Visual Studio 2010
Call DDV_MinMaxMonth to verify that the time/date value in the month calendar control (CMonthCalCtrl) associated with refValue falls between refMinRange and refMaxRange.
void AFXAPI DDV_MinMaxMonth( CDataExchange* pDX, CTime& refValue, const CTime* refMinRange, const CTime* refMaxRange ); void AFXAPI DDV_MinMaxMonth( CDataExchange* pDX, COleDateTime& refValue, const COleDateTime* refMinRange, const COleDateTime* refMaxRange );
For more information about DDV, see Dialog Data Exchange and Validation.