com.pff
Class PSTAppointmentRecurrence
java.lang.Object
com.pff.PSTAppointmentRecurrence
public class PSTAppointmentRecurrence
- extends java.lang.Object
Class containing recurrence information for a recurring appointment
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PSTAppointmentRecurrence
public PSTAppointmentRecurrence(byte[] recurrencePattern,
PSTAppointment appt,
PSTTimeZone tz)
getExceptionCount
public short getExceptionCount()
getException
public PSTAppointmentException getException(int i)
getCalendarType
public short getCalendarType()
getPatternType
public short getPatternType()
getPeriod
public int getPeriod()
getPatternSpecific
public int getPatternSpecific()
getFirstDOW
public int getFirstDOW()
getPatternSpecificNth
public int getPatternSpecificNth()
getFirstDateTime
public int getFirstDateTime()
getEndType
public int getEndType()
getOccurrenceCount
public int getOccurrenceCount()
getEndDate
public int getEndDate()
getStartTimeOffset
public int getStartTimeOffset()
getTimeZone
public PSTTimeZone getTimeZone()
getRecurFrequency
public int getRecurFrequency()
getSlidingFlag
public int getSlidingFlag()
getStartDate
public int getStartDate()
getEndTimeOffset
public int getEndTimeOffset()