This is preliminary documentation and is subject to change.

UnspecifiedExtendedDateTime Class

The unspecified extended date time.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
Inheritance
Object    UnspecifiedExtendedDateTime
Implements
IExtendedDateTimeCollectionChild, IExtendedDateTimeExtremityProvider, IExtendedDateTimeIndependentType, ISingleExtendedDateTimeType, ISerializable, IXmlSerializable

Constructors

UnspecifiedExtendedDateTime(String) Initializes a new instance of the UnspecifiedExtendedDateTime class.
UnspecifiedExtendedDateTime(SerializationInfo, StreamingContext) Initializes a new instance of the UnspecifiedExtendedDateTime class.
UnspecifiedExtendedDateTime(String, String) Initializes a new instance of the UnspecifiedExtendedDateTime class.
UnspecifiedExtendedDateTime(String, String, String) Initializes a new instance of the UnspecifiedExtendedDateTime class.

Properties

Day Gets the day.
Hour Gets the hour.
IsOpen Returns whether this instance is open, means it has defined start or end
IsUnknown Returns whether this instance is unknown, has not been defined at all, as in "/2000" where the left part is unknown
Minute Gets the minute.
Month Gets the month.
Season Gets the Season
Second Gets the second.
TimeZoneOffset Gets the time zone offset.
Year Gets the year.

Methods

Earliest Earliests the.
GetObjectData Gets the object data.
GetSchema Gets the schema.
Latest Latests the.
Parse Parses the.
ReadXml Reads the xml.
ToPossibilityCollection Tos the possibility collection.
ToString Tos the string.
(Overrides ObjectToString)
WriteXml Writes the xml.

See Also