InputDataPeriods Property |
Gets the non-null, non-empty, chronologically-ordered list of the
InputPeriod objects that make up this
InputData.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntaxpublic ReadOnlyCollection<InputPeriod> Periods { get; }
Public ReadOnly Property Periods As ReadOnlyCollection(Of InputPeriod)
Get
Property Value
ReadOnlyCollectionInputPeriod
See Also