Dated |
The DatedBreakdown type exposes the following members.
Name | Description | |
---|---|---|
Custom | Returns a non-null CustomBreakdown object that specifies degree days broken down to match the DayRanges passed in. | |
Daily | Returns a non-null DailyBreakdown object that specifies daily degree days covering the specified period in time. | |
Equals |
Two Breakdown objects are equal if they have the same class
and the same configuration.
(Inherited from Breakdown) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Inherited from Breakdown) | |
Monthly(Period) | Returns a non-null MonthlyBreakdown object that specifies monthly degree days covering the specified period in time and broken down according to regular calendar months. | |
Monthly(Period, StartOfMonth) | Returns a non-null MonthlyBreakdown object that specifies monthly degree days covering the specified period in time, with each "month" starting on the specified day of the month. | |
Weekly | Returns a non-null WeeklyBreakdown object that specifies weekly degree days covering the specified period in time, with each "week" starting on the specified day of the week. | |
Yearly(Period) | Returns a non-null YearlyBreakdown object that specifies yearly degree days covering the specified period in time and broken down according to regular calendar years. | |
Yearly(Period, StartOfYear) | Returns a non-null YearlyBreakdown object that specifies yearly degree days covering the specified period in time, with each "year" starting on the specified day of the year. |