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

Gets or sets the secondary time zone.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ZoneOffset As Integer
C# 
public virtual int ZoneOffset {get; set;}

Property Value

Integer

Remarks

This property is only visible when the MultipleZones property is set to true.  The secondary time zone will appear to the left of the primary time zone. 

Requirements

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

See Also