'Declaration Public ReadOnly Property UtcOffset As TimeSpan
'Usage Dim instance As TdTimestampWithTimeZone Dim value As TimeSpan value = instance.UtcOffset
public TimeSpan UtcOffset {get;}
'Declaration Public ReadOnly Property UtcOffset As TimeSpan
'Usage Dim instance As TdTimestampWithTimeZone Dim value As TimeSpan value = instance.UtcOffset
public TimeSpan UtcOffset {get;}
Exception | Description |
---|---|
TdException | This instance is TdTimestampWithTimeZone.Null. |
The UTC offset is handled by TdTimestampWithTimeZone 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.
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |