FreeNonBusinessCell Property (CalendarView Object)

The FreeNonBusinessCell property returns or sets a pattern string for rendering a free time slot outside of business hours. Read/write.

Syntax

objCalendarView.FreeNonBusinessCell

Data Type

String

Remarks

The FreeNonBusinessCell property applies only when the Mode property of the calendar view contains CdoModeCalendarDaily.

The default value of the FreeNonBusinessCell property is

<td rowspan=%apptlength% colspan=%apptwidth% bgcolor=c0c0c0 valign=top align=left width=%percentwidth%><br></td> 
 

for a daily view and

<tr> 
 

for a weekly view. For more information on substitution tokens, see the RenderUsing property of the Pattern object.