BCGControlBar Pro for MFC
virtual void CBCGPPlannerClockIcons::DrawIcon ( CDC *  pDC,
const CPoint &  point,
int  nHour,
int  nMin 
)
protectedvirtual

Called by the framework to draw a clock icon.

Override this method in a derived class if you need to customize drawing of clock icons.

Parameters
pDCA pointer to the device context.
pointContains coordinates of the icon.
nHourAppointment hour, should be in interval 0-23 (inclusive).
nMinAppointment minute, should be in interval 0-59, inclusive.