This is preliminary documentation and is subject to change.

ExtendedDateTimeRange Class

The extended date time range.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
Inheritance
Object    ExtendedDateTimeRange
Implements
IExtendedDateTimeCollectionChild, IExtendedDateTimeExtremityProvider, IExtendedDateTimeIndependentType

Constructors

ExtendedDateTimeRange Initializes a new instance of the ExtendedDateTimeRange class.

Properties

End Gets or sets the end.
HasEnd Gets a value indicating whether End has a valid value
HasStart Gets a value indicating whether Start has a valid value
IsOpen Gets or sets a value indicating whether is open. (indicated with "..")
IsRange Gets a value indicating whether this pair is a range (both start and end are valid)
Start Gets or sets the start.

Methods

Earliest Earliests the.
Latest Latests the.
ToString Tos the string.
(Overrides ObjectToString)

See Also