This is preliminary documentation and is subject to change.

ExtendedDateTimeIntervalIsDottedInterval Property

Gets a value indicating whether this pair is dotted interval (both start and end are valid and separated by ..)

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public bool IsDottedInterval { get; set; }

Property Value

Boolean

See Also