TimeZoneType.BaseOffset Property

Definition

The BaseOffset property gets or sets the hourly offset from Coordinated Universal Time (UTC) for the current time zone.

public:
 property System::String ^ BaseOffset { System::String ^ get(); void set(System::String ^ value); };
public string BaseOffset { get; set; }
Public Property BaseOffset As String

Property Value

The BaseOffset property returns a string that represents the hourly offset from UTC for the current time zone.

Applies to