BCGSuite for MFC
BOOL CBCGPPlannerManagerCtrl::IsDrawTimeAsIcons ( BCGP_PLANNER_TYPE  view = (BCGP_PLANNER_TYPE)-1) const

Tells whether appointment time is displayed as text, or as icons.

Returns
TRUE, if appointment time is displayed as clock icons; FALSE if appointment time is displayed as text.

Use this function to determine how the Planner Control displays appointment time. The left part of screenshot illustrates how the time is displayed if this property is FALSE.

The clock icons are managed by CBCGPPlannerClockIcons class.

The property is meaningful only for BCGP_PLANNER_TYPE_WEEK and BCGP_PLANNER_TYPE_MONTH view types.