Atom.NET documentation

AtomDateConstruct Constructor (String, DateTime, TimeSpan)

Represents an AtomDateConstruct instance initialized with the given DateTime and offset.

[Visual Basic]
Overloads Public Sub New( _
   ByVal localName As String, _
   ByVal dateTime As Date, _
   ByVal utcOffset As TimeSpan _
)
[C#]
public AtomDateConstruct(
   string localName,
   DateTime dateTime,
   TimeSpan utcOffset
);

Parameters

localName
The not qualified name of the element.
dateTime
The DateTime of the AtomDateConstruct instance.
utcOffset
The UtcOffset of the AtomDateConstruct instance.

See Also

AtomDateConstruct Class | Atom.Core Namespace | AtomDateConstruct Constructor Overload List