DayRangesIsContiguous Property |
Gets a value indicating whether each contained
DayRange
starts the day after the previous
DayRange ended (i.e.
no gaps).
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public abstract bool IsContiguous { get; }
Public MustOverride ReadOnly Property IsContiguous As Boolean
Get
Return Value
Boolean
Returns
true if each contained
DayRange starts the
day after the previous
DayRange ended (i.e. no gaps);
false otherwise.
See Also