Represents an AtomDateConstruct instance. Initialize the LocalName to modified, the DateTime to Now and UtcOffset to UtcOffset.
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);
AtomDateConstruct Class | Atom.Core Namespace