BCGControlBar Pro for MFC
void CBCGPCalendarBar::MarkDays ( const CList< int, int > &  lstDays,
BOOL  bRedraw = TRUE 
)

Marks a list of days.

Call this function to mark a list of days. Marked days are drawn with a bold font. You can pass the empty list of days to remove all marks.

Parameters
lstDaysContains the list of days to be marked. You should use numbers in range 1 - 31.
bRedrawIf TRUE, the control will be redrawn.