TimeZoneDescriptorBaseUtcOffset Property |
Gets the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).
Namespace:
Dundas.BI.Utility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public TimeSpan BaseUtcOffset { get; }
Public ReadOnly Property BaseUtcOffset As TimeSpan
Get
public:
property TimeSpan BaseUtcOffset {
TimeSpan get ();
}
member BaseUtcOffset : TimeSpan with get
Return Value
Type:
TimeSpanAn object that indicates the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).
See Also