MapiCalendarRecurrencePattern
Inheritance: java.lang.Object
public abstract class MapiCalendarRecurrencePattern
Represents the mapi recurrence pattern
Constructors
Constructor | Description |
---|---|
MapiCalendarRecurrencePattern() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getCalendarType() | Gets or sets the type of calendar that is used |
getClass() | |
getDeletedInstanceDates() | An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence. |
getEndDate() | Gets or sets Defines the end date of an item recurrence pattern. |
getEndType() | Gets or sets the ending type for the recurrence. |
getExceptions() | An exception specifies changes to an instance of a recurring series. |
getFrequency() | Gets or sets the frequency of the recurring series. |
getModifiedInstanceDates() | An array of dates, each of which is the date of a modified instance. |
getOccurrenceCount() | Gets or sets the number of occurrences in a recurrence. |
getPatternType() | Gets or sets the type of recurrence pattern |
getPeriod() | Gets or sets interval at which the meeting pattern repeats |
getSlidingFlag() | Defines whether pattern is sliding or not. |
getStartDate() | Gets or sets the start date of an item recurrence pattern. |
getWeekStartDay() | Gets or sets the first day of the calendar week. |
hashCode() | |
notify() | |
notifyAll() | |
setCalendarType(int value) | Gets or sets the type of calendar that is used |
setEndDate(Date value) | Gets or sets Defines the end date of an item recurrence pattern. |
setEndType(int value) | Gets or sets the ending type for the recurrence. |
setOccurrenceCount(long value) | Gets or sets the number of occurrences in a recurrence. |
setPatternType(int value) | Gets or sets the type of recurrence pattern |
setPeriod(long value) | Gets or sets interval at which the meeting pattern repeats |
setSlidingFlag(boolean value) | Defines whether pattern is sliding or not. |
setStartDate(Date value) | Gets or sets the start date of an item recurrence pattern. |
setWeekStartDay(int value) | Gets or sets the first day of the calendar week. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MapiCalendarRecurrencePattern()
public MapiCalendarRecurrencePattern()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getCalendarType()
public final int getCalendarType()
Gets or sets the type of calendar that is used
Returns: int
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDeletedInstanceDates()
public System.Collections.Generic.IGenericList<Date> getDeletedInstanceDates()
An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence.
Returns: com.aspose.ms.System.Collections.Generic.IGenericList<java.util.Date>
getEndDate()
public final Date getEndDate()
Gets or sets Defines the end date of an item recurrence pattern.
Returns: java.util.Date
getEndType()
public final int getEndType()
Gets or sets the ending type for the recurrence.
Returns: int
getExceptions()
public final System.Collections.Generic.IGenericList<MapiCalendarExceptionInfo> getExceptions()
An exception specifies changes to an instance of a recurring series.
Returns: com.aspose.ms.System.Collections.Generic.IGenericList<com.aspose.email.MapiCalendarExceptionInfo>
getFrequency()
public int getFrequency()
Gets or sets the frequency of the recurring series.
Returns: int
getModifiedInstanceDates()
public System.Collections.Generic.IGenericList<Date> getModifiedInstanceDates()
An array of dates, each of which is the date of a modified instance.
Returns: com.aspose.ms.System.Collections.Generic.IGenericList<java.util.Date>
getOccurrenceCount()
public final long getOccurrenceCount()
Gets or sets the number of occurrences in a recurrence.
Returns: long
getPatternType()
public final int getPatternType()
Gets or sets the type of recurrence pattern
Returns: int
getPeriod()
public abstract long getPeriod()
Gets or sets interval at which the meeting pattern repeats
Returns: long
getSlidingFlag()
public final boolean getSlidingFlag()
Defines whether pattern is sliding or not.
Returns: boolean
getStartDate()
public final Date getStartDate()
Gets or sets the start date of an item recurrence pattern.
Returns: java.util.Date
getWeekStartDay()
public final int getWeekStartDay()
Gets or sets the first day of the calendar week.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCalendarType(int value)
public final void setCalendarType(int value)
Gets or sets the type of calendar that is used
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setEndDate(Date value)
public final void setEndDate(Date value)
Gets or sets Defines the end date of an item recurrence pattern.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setEndType(int value)
public final void setEndType(int value)
Gets or sets the ending type for the recurrence.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setOccurrenceCount(long value)
public final void setOccurrenceCount(long value)
Gets or sets the number of occurrences in a recurrence.
Parameters:
Parameter | Type | Description |
---|---|---|
value | long |
setPatternType(int value)
public final void setPatternType(int value)
Gets or sets the type of recurrence pattern
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setPeriod(long value)
public abstract void setPeriod(long value)
Gets or sets interval at which the meeting pattern repeats
Parameters:
Parameter | Type | Description |
---|---|---|
value | long |
setSlidingFlag(boolean value)
public final void setSlidingFlag(boolean value)
Defines whether pattern is sliding or not.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setStartDate(Date value)
public final void setStartDate(Date value)
Gets or sets the start date of an item recurrence pattern.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setWeekStartDay(int value)
public final void setWeekStartDay(int value)
Gets or sets the first day of the calendar week.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |