Uses of Class
net.degreedays.time.StartOfYear

Packages that use StartOfYear
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 StartOfYear in net.degreedays.api.data
 

Methods in net.degreedays.api.data with parameters of type StartOfYear
static YearlyBreakdown DatedBreakdown.yearly(Period period, StartOfYear 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.
 

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

Methods in net.degreedays.api.data.impl that return StartOfYear
 StartOfYear YearlyBreakdown.startOfYear()
          Returns a non-null StartOfYear object indicating which day should be taken as the first of each year (inclusive).
 

Constructors in net.degreedays.api.data.impl with parameters of type StartOfYear
YearlyBreakdown(Period period, StartOfYear startOfYear)
          Constructs a YearlyBreakdown object that specifies yearly degree days covering the specified period in time, with each "year" starting on the specified day of the year.
 

Uses of StartOfYear in net.degreedays.time
 

Methods in net.degreedays.time that return StartOfYear
static StartOfYear StartOfYear.fromString(java.lang.String startOfYearString)
          Parses a string representation of a StartOfYear in --MM-DD format, the format used by XML Schema's gMonthDay type (based on ISO 8601).
static StartOfYear StartOfYear.of(int monthOfYearWithJanAs1, int dayOfMonth)
          Returns a non-null StartOfYear object specifying a definition of "years" that begin on the specified first day of the year.
 

Methods in net.degreedays.time with parameters of type StartOfYear
 DayRanges DayRange.fullOrPartialYearsWithin(StartOfYear startOfYear)
           
 DayRange Day.fullYear(StartOfYear startOfYear)
           
 MaybeEmptyDayRanges DayRange.fullYearsWithin(StartOfYear startOfYear)
           
 



www.degreedays.net/api/