Edit

Share via


RtcBase.LocalTimeZone Property

Definition

Gets or sets the time zone this instance will operate in. Defaults to the local time zone from the system. Changing this property will not change the time on the real time clock, but instead affect the return value of DateTime

public virtual TimeZoneInfo LocalTimeZone { get; set; }
member this.LocalTimeZone : TimeZoneInfo with get, set
Public Overridable Property LocalTimeZone As TimeZoneInfo

Property Value

Applies to