SystemInformationEvent.TimeZoneBias Property

Gets the bias of the time zone from UTC in minutes, which is retrieved from GetTimeZoneInformation.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property TimeZoneBias As Long
public long TimeZoneBias { get; }
public:
property long long TimeZoneBias {
    long long get ();
}
member TimeZoneBias : int64 with get
function get TimeZoneBias () : long

Property Value

Type: Int64

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace