TimeZoneInfo.BaseUtcOffset PropertyTimeZoneInfo.BaseUtcOffset PropertyTimeZoneInfo::BaseUtcOffset Property

Gets the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).

Syntax

Public ReadOnly Property BaseUtcOffset As TimeSpan
        Get
public TimeSpan BaseUtcOffset { get; }
public:
property TimeSpan BaseUtcOffset {
    TimeSpan get();
}
 

Property Value

Type: System.TimeSpanSystem.TimeSpanSystem::TimeSpan

An object that indicates the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).