Uses of Class
net.degreedays.time.StartOfMonth

Packages that use StartOfMonth
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
net.degreedays.api.data.impl Implementations of abstract types from net.degreedays.api.data
net.degreedays.time A set of classes for working with dates and date-ranges in a time-zone independent context. 
 

Uses of StartOfMonth in net.degreedays.api.data
 

Methods in net.degreedays.api.data with parameters of type StartOfMonth
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.
 

Uses of StartOfMonth in net.degreedays.api.data.impl
 

Methods in net.degreedays.api.data.impl that return StartOfMonth
 StartOfMonth MonthlyBreakdown.startOfMonth()
          Returns a non-null StartOfMonth object indicating which day should be taken as the first of each month (inclusive).
 

Constructors in net.degreedays.api.data.impl with parameters of type StartOfMonth
MonthlyBreakdown(Period period, StartOfMonth startOfMonth)
          Constructs a MonthlyBreakdown object that specifies monthly degree days covering the specified period in time, with each "month" starting on the specified day of the month.
 

Uses of StartOfMonth in net.degreedays.time
 

Methods in net.degreedays.time that return StartOfMonth
static StartOfMonth StartOfMonth.fromString(java.lang.String startOfMonthString)
          Parses a string representation of a StartOfMonth in ---DD format, the format used by XML Schema's gDay type (based on ISO 8601).
static StartOfMonth StartOfMonth.of(int dayOfMonth)
          Returns a non-null StartOfMonth object specifying a definition of "months" that begin on the specified day of the month.
 

Methods in net.degreedays.time with parameters of type StartOfMonth
 DayRange Day.fullMonth(StartOfMonth startOfMonth)
           
 MaybeEmptyDayRanges DayRange.fullMonthsWithin(StartOfMonth startOfMonth)
           
 DayRanges DayRange.fullOrPartialMonthsWithin(StartOfMonth startOfMonth)
           
 



www.degreedays.net/api/