Atom.NET documentation

AtomDateConstruct Constructor

Represents an AtomDateConstruct instance. Initialize the LocalName to modified, the DateTime to Now and UtcOffset to UtcOffset.

Overload List

Represents an AtomDateConstruct instance. Initialize the LocalName to modified, the DateTime to Now and UtcOffset to UtcOffset.

public AtomDateConstruct();

Represents an AtomDateConstruct instance. Initialize the DateTime to Now and UtcOffset to UtcOffset.

public AtomDateConstruct(string);

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

public AtomDateConstruct(string,DateTime);

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

public AtomDateConstruct(string,DateTime,TimeSpan);

See Also

AtomDateConstruct Class | Atom.Core Namespace