Platform SDK: CDO 1.2.1

DailyTimeCell Property (CalendarView Object)

The DailyTimeCell property returns or sets a pattern string for rendering the time column. Read/write.

Syntax

objCalendarView.DailyTimeCell

Data Type

String

Remarks

The DailyTimeCell property is used to specify rendering information for the time slot cells in the column at the left of a daily view. The DailyTimeCell property applies only when the Mode property of the calendar view contains CdoModeCalendarDaily.

The default value of the DailyTimeCell property is

  <td bgcolor=c0c0c0 valign=middle align=right width=%percentwidth%><font size=-1><nobr>%time%</nobr></font></td> 
 

For more information on substitution tokens, see the RenderUsing property of the Pattern object.