com.funambol.common.pim.model.converter
Class ICalendarTimeZoneTransition

java.lang.Object
  extended by com.funambol.common.pim.model.converter.TimeZoneTransition
      extended by com.funambol.common.pim.model.converter.ICalendarTimeZoneTransition
All Implemented Interfaces:
java.lang.Comparable<TimeZoneTransition>

public class ICalendarTimeZoneTransition
extends TimeZoneTransition

This class is just instrumental to the output of time-zone information in the iCalendar format.


Constructor Summary
ICalendarTimeZoneTransition(java.lang.String name, int offset)
           
ICalendarTimeZoneTransition(TimeZoneTransition transition, int previousOffset)
           
 
Method Summary
 int getDayOfWeek()
           
 int getInstance()
           
 int getMonth()
           
 java.lang.String getTimeISO1861()
           
 int getYear()
           
 boolean matchesRecurrence(ICalendarTimeZoneTransition other, boolean lastInMonth)
           
 
Methods inherited from class com.funambol.common.pim.model.converter.TimeZoneTransition
compareTo, equals, getName, getOffset, getTime, hashCode, setName, setOffset, setTime
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICalendarTimeZoneTransition

public ICalendarTimeZoneTransition(TimeZoneTransition transition,
                                   int previousOffset)

ICalendarTimeZoneTransition

public ICalendarTimeZoneTransition(java.lang.String name,
                                   int offset)
Method Detail

matchesRecurrence

public boolean matchesRecurrence(ICalendarTimeZoneTransition other,
                                 boolean lastInMonth)

getTimeISO1861

public java.lang.String getTimeISO1861()

getMonth

public int getMonth()

getDayOfWeek

public int getDayOfWeek()

getInstance

public int getInstance()

getYear

public int getYear()


Copyright © 2001-2009 Funambol.