Uses of Class
biweekly.property.CalendarScale

Packages that use CalendarScale
biweekly   
biweekly.property   
biweekly.property.marshaller   
 

Uses of CalendarScale in biweekly
 

Methods in biweekly that return CalendarScale
 CalendarScale ICalendar.getCalendarScale()
          Gets the calendar system that this iCalendar object uses.
 

Methods in biweekly with parameters of type CalendarScale
 void ICalendar.setCalendarScale(CalendarScale calendarScale)
          Sets the calendar system that this iCalendar object uses.
 

Uses of CalendarScale in biweekly.property
 

Methods in biweekly.property that return CalendarScale
static CalendarScale CalendarScale.gregorian()
          Creates a new property whose value is set to "gregorian".
 

Uses of CalendarScale in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return CalendarScale
protected  CalendarScale CalendarScaleMarshaller.newInstance(String value)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.