TimeZoneType.BaseOffset 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.
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.