SECCalendar::GetAllHighlightedDates
Fills a passed in array of COleDateTime entries with all dates currently highlighted.
Defined in: Calendar.cpp
Syntax
(32-bit only) UINT GetAllHighlightedDates( COleDateTime *pDates, UINT nDates );
UINT GetAllHighlightedDates( CTime *pDates, UINT nDates )
Return Value
The number of days retrieved.
Parameters
*pDates
Pointer to an array of COleDateTime dates to be filled.
*pDates
Pointer to an array of CTime dates to be filled.
nDates
Maximum number of days to retrieve.
See Also