ComputerInfo.OsCurrentTimeZone 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.
Number, in minutes, an operating system is offset from Greenwich mean time (GMT). The number is positive, negative, or zero
public:
property Nullable<short> OsCurrentTimeZone { Nullable<short> get(); };
public short? OsCurrentTimeZone { get; }
member this.OsCurrentTimeZone : Nullable<int16>
Public ReadOnly Property OsCurrentTimeZone As Nullable(Of Short)