Uses of Class
net.degreedays.time.DayOfWeek

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

Methods in net.degreedays.api.data with parameters of type DayOfWeek
static WeeklyBreakdown DatedBreakdown.weekly(Period period, DayOfWeek firstDayOfWeek)
          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.
 

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

Methods in net.degreedays.api.data.impl that return DayOfWeek
 DayOfWeek WeeklyBreakdown.firstDayOfWeek()
          Returns the non-null day of the week that should be the first of each weekly period.
 

Constructors in net.degreedays.api.data.impl with parameters of type DayOfWeek
WeeklyBreakdown(Period period, DayOfWeek firstDayOfWeek)
          Constructs a WeeklyBreakdown object that specifies weekly degree days covering the specified period in time, with each "week" starting on the specified day of the week.
 

Uses of DayOfWeek in net.degreedays.time
 

Fields in net.degreedays.time declared as DayOfWeek
static DayOfWeek DayOfWeek.FRIDAY
           
static DayOfWeek DayOfWeek.MONDAY
           
static DayOfWeek DayOfWeek.SATURDAY
           
static DayOfWeek DayOfWeek.SUNDAY
           
static DayOfWeek DayOfWeek.THURSDAY
           
static DayOfWeek DayOfWeek.TUESDAY
           
static DayOfWeek DayOfWeek.WEDNESDAY
           
 

Methods in net.degreedays.time that return DayOfWeek
 DayOfWeek Day.dayOfWeek()
          Returns the non-null day-of-the-week of this Day object.
static DayOfWeek DayOfWeek.fromIsoIndex(int isoIndex)
           
static DayOfWeek DayOfWeek.fromString(java.lang.String name)
           
 DayOfWeek DayOfWeek.next()
           
 DayOfWeek DayOfWeek.previous()
           
static DayOfWeek[] DayOfWeek.values()
           
 

Methods in net.degreedays.time with parameters of type DayOfWeek
 DayRanges DayRange.fullOrPartialWeeksWithin(DayOfWeek firstDayOfWeek)
           
 DayRange Day.fullWeek(DayOfWeek firstDayOfWeek)
           
 MaybeEmptyDayRanges DayRange.fullWeeksWithin(DayOfWeek firstDayOfWeek)
           
 



www.degreedays.net/api/