SECCalendar::SetHighlightColor
Sets the highlight color for the specified date.
Defined in: Calendar.cpp
Syntax
(32-bit) COLORREF SetHighlightColor( COleDateTime &date, COLORREF newColor );
(32-bit) COLORREF SetHighlightColor( CTime &date, COLORREF newColor );
(16-bit) COLORREF SetHighlightColor( CTime &date, COLORREF newColor );
Return Value
Previous color used for highlighting the date.
Parameters
&date
Date to set highlight color.
&date
Date to set highlight color.
newColor
New highlight color.
See Also