Property OffsetSeconds
OffsetSeconds
Gets the offset from UTC in seconds.
if Zone is of type ZoneOffset this will
return OffsetSeconds.
otherwise Zone is of type ZoneId and
this will return the UTC offset at the exact point of time of UtcDateTime.
public int OffsetSeconds { get; }
Property Value
Exceptions
- TimeZoneNotFoundException
If Zone is not known locally.