'Declaration Public ReadOnly Property UtcOffset As TimeSpan
'Usage Dim instance As TdTimeWithTimeZone Dim value As TimeSpan value = instance.UtcOffset
public TimeSpan UtcOffset {get;}
'Declaration Public ReadOnly Property UtcOffset As TimeSpan
'Usage Dim instance As TdTimeWithTimeZone Dim value As TimeSpan value = instance.UtcOffset
public TimeSpan UtcOffset {get;}
Exception | Description |
---|---|
TdException | This instance is TdTimeWithTimeZone.Null. |
The UTC offset is handled by TdTimeWithTimeZone as a System.TimeSpan. If a day or millisecond is specified in the constructor of the TimeSpan a TdException will be thrown.
The range of a valid UTC offset is -12:59 to +13:00.
Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019