Uses of Class
net.degreedays.api.data.impl.MonthlyBreakdown

Packages that use MonthlyBreakdown
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
 

Uses of MonthlyBreakdown in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return MonthlyBreakdown
static MonthlyBreakdown DatedBreakdown.monthly(Period 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.
static MonthlyBreakdown DatedBreakdown.monthly(Period period, StartOfMonth 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.
 



www.degreedays.net/api/