Uses of Class
biweekly.util.UtcOffset

Packages that use UtcOffset
biweekly.property   
biweekly.property.marshaller   
biweekly.util   
 

Uses of UtcOffset in biweekly.property
 

Fields in biweekly.property declared as UtcOffset
protected  UtcOffset UtcOffsetProperty.offset
           
 

Methods in biweekly.property that return UtcOffset
 UtcOffset UtcOffsetProperty.getOffset()
           
 

Methods in biweekly.property with parameters of type UtcOffset
 void UtcOffsetProperty.setOffset(UtcOffset offset)
           
 

Constructors in biweekly.property with parameters of type UtcOffset
TimezoneOffsetFrom(UtcOffset offset)
          Creates a new timezone offset from property.
TimezoneOffsetTo(UtcOffset offset)
          Creates a new timezone offset to property.
UtcOffsetProperty(UtcOffset offset)
           
 

Uses of UtcOffset in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller with parameters of type UtcOffset
protected abstract  T UtcOffsetPropertyMarshaller.newInstance(UtcOffset offset)
           
protected  TimezoneOffsetTo TimezoneOffsetToMarshaller.newInstance(UtcOffset offset)
           
protected  TimezoneOffsetFrom TimezoneOffsetFromMarshaller.newInstance(UtcOffset offset)
           
 

Uses of UtcOffset in biweekly.util
 

Methods in biweekly.util that return UtcOffset
static UtcOffset UtcOffset.parse(String text)
          Parses a UTC offset from a string.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.