SECCalendar::GetSelectedDateValue
Retrieves the current date
Defined in: Calendar.cpp
Syntax
const (32-bit) COleDateTime& SECCalendar::GetSelectedDateValue( void );
const (16-bit) CTime& SECCalendar::GetSelectedDateValue( void );
Return Value
The date as a COleDateTime object reference or a CTime object reference.
See Also