Click or drag to resize

DayRangesIsContiguous Property

Gets a value indicating whether each contained DayRange starts the day after the previous DayRange ended (i.e. no gaps).

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public abstract bool IsContiguous { 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