dbicDayView Send comments on this topic.
MultipleZones Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : MultipleZones Property

Determines if multiple time zones will be displayed.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MultipleZones As Boolean
C# 
public virtual bool MultipleZones {get; set;}

Property Value

Boolean

Remarks

If this property is set to true, the secondary time zone is defined by the ZoneOffset property and will appear to the right of the primary time zone.

The width of the time section is defined by the TimeWidth property.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also