Click or drag to resize

DayRangePeriodMinimumDayRange Property

Returns the minimum day range that was specified using WithMinimumDayRange(DayRange), or null if no such minimum range was specified.

Namespace: DegreeDays.Api.Data.Impl
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public DayRange? MinimumDayRange { get; }

Property Value

NullableDayRange
See Also