This is preliminary documentation and is subject to change.

ExtendedDateTimeInterval Class

The extended date time interval.

Definition

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

Constructors

ExtendedDateTimeInterval(ISingleExtendedDateTimeType, ISingleExtendedDateTimeType) Initializes a new instance of the ExtendedDateTimeInterval class.
ExtendedDateTimeInterval(SerializationInfo, StreamingContext) Initializes a new instance of the ExtendedDateTimeInterval class.

Properties

End Gets or sets the end.
IsDottedInterval Gets a value indicating whether this pair is dotted interval (both start and end are valid and separated by ..)
Start Gets or sets the start.

Methods

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

See Also