Atom.NET documentation

AtomDateConstruct Constructor (String, DateTime)

Represents an AtomDateConstruct instance initialized with the given DateTime. The UtcOffset defaults to UtcOffset.

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

Parameters

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

See Also

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