Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Class RecurrencePattern

java.lang.Object
  └ com.moyosoft.connector.ms.outlook.recurrence.RecurrencePattern


public class RecurrencePattern

Fields

static int
DAY_FRIDAY
static int
DAY_MONDAY
static int
DAY_SATURDAY
static int
DAY_SUNDAY
static int
DAY_THURSDAY
static int
DAY_TUESDAY
static int
DAY_WEDNESDAY

Constructors

public
RecurrencePattern (com.moyosoft.connector.com.Dispatch dispatch)

Methods

void
dispose ()
int
getDayOfMonth ()
int
getDayOfWeekMask ()
...t.connector.com.Dispatch
getDispatch ()
int
getDuration ()
java.util.Date
getEndTime ()
getExceptions ()
int
getInstance ()
int
getInterval ()
int
getMonthOfYear ()
getOccurrence (java.util.Date startDate)
int
getOccurrences ()
getParent ()
java.util.Date
getPatternEndDate ()
java.util.Date
getPatternStartDate ()
getRecurrenceType ()
java.util.Date
getStartTime ()
boolean
hasNoEndDate ()
boolean
isRegenerate ()
void
setDayOfMonth (int value)
void
setDayOfWeek (DaysOfWeek value)
void
setDayOfWeekMask (int daysMask)
Set the pattern's mask for the days of the week on which the recurring appointment or task occurs. Example: setDayOfWeekMask(DAY_MONDAY | DAY_TUESDAY);
void
setDuration (int value)
void
setEndTime (java.util.Date value)
void
setHasNoEndDate (boolean value)
void
setInstance (int value)
void
setInterval (int value)
void
setMonthOfYear (int value)
void
setOccurrences (int value)
void
setPatternEndDate (java.util.Date value)
void
setPatternStartDate (java.util.Date value)
void
setRecurrenceType (RecurrenceType value)
void
setRegenerate (boolean value)
void
setStartTime (java.util.Date value)

Community comments



Powered by JavaDocPlus