Uses of Class
com.std.util.range.DateRange

Packages that use DateRange
com.std.model.appointment   
com.std.util.range   
 

Uses of DateRange in com.std.model.appointment
 

Methods in com.std.model.appointment that return DateRange
 DateRange Appointment.getDateRange()
           
 

Methods in com.std.model.appointment with parameters of type DateRange
 AppointmentSet AppointmentSet.getRange(DateRange dateRange)
           
 void Appointment.setDateRange(DateRange dateRange)
          changes the appointment start and end dates
 

Constructors in com.std.model.appointment with parameters of type DateRange
Appointment(java.lang.String title, java.lang.String description, DateRange dateRange)
          instantiates an appointment to the given values.
 

Uses of DateRange in com.std.util.range
 

Subclasses of DateRange in com.std.util.range
 class DayRange
          represents a full day as a range of dates
 class GridMonthRange
          represents a full month as a range of dates
 class MonthRange
          represents a full month as a range of dates
 class WeekRange
          represents a full week as a range of dates the start date will always be at midnight on the Sunday at the beginning of the week, and the end date is exactly 7 days later.