RtcBase.LocalTimeZone Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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