Atom.NET documentation

AtomDateConstruct.UtcOffset Property

The UTC offset of the date. Example:

TimeSpan utcOffset = TimeZone.CurrentTimeZone.GetUtcOffset(DateTime.Today)

[Visual Basic]
Public Property UtcOffset As TimeSpan
[C#]
public System.TimeSpan UtcOffset {get; set;}

See Also

AtomDateConstruct Class | Atom.Core Namespace