Click or drag to resize

DatedBreakdown Methods

The DatedBreakdown type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCustom Returns a non-null CustomBreakdown object that specifies degree days broken down to match the DayRanges passed in.
Public methodStatic memberDaily Returns a non-null DailyBreakdown object that specifies daily degree days covering the specified period in time.
Public methodEquals Two Breakdown objects are equal if they have the same class and the same configuration.
(Inherited from Breakdown)
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Inherited from Breakdown)
Public methodStatic memberMonthly(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.
Public methodStatic memberMonthly(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.
Public methodStatic memberWeekly 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.
Public methodStatic memberYearly(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.
Public methodStatic memberYearly(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.
Top
See Also