MapiCalendarDailyRecurrencePattern

Inheritance: java.lang.Object, com.aspose.email.MapiCalendarRecurrencePattern

public final class MapiCalendarDailyRecurrencePattern extends MapiCalendarRecurrencePattern

Represents the daily recurrence pattern of the mapi calendar

Constructors

ConstructorDescription
MapiCalendarDailyRecurrencePattern()Initializes a new instance of the MapiCalendarDailyRecurrencePattern class

Methods

MethodDescription
equals(Object arg0)
getCalendarType()Gets or sets the type of calendar that is used
getClass()
getDayOfWeek()Gets or sets the days of week at which the event occurs
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 (in days) 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
setDayOfWeek(int value)Gets or sets the days of week at which the event occurs
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 (in days) 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)

MapiCalendarDailyRecurrencePattern()

public MapiCalendarDailyRecurrencePattern()

Initializes a new instance of the MapiCalendarDailyRecurrencePattern class

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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

getDayOfWeek()

public final int getDayOfWeek()

Gets or sets the days of week at which the event occurs

Returns: int

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 long getPeriod()

Gets or sets interval (in days) 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:

ParameterTypeDescription
valueint

setDayOfWeek(int value)

public final void setDayOfWeek(int value)

Gets or sets the days of week at which the event occurs

Parameters:

ParameterTypeDescription
valueintFlags attribute MapiCalendarDayOfWeek.

For example: MapiCalendarDayOfWeek.Wednesday | MapiCalendarDayOfWeek.Thursday |

setEndDate(Date value)

public final void setEndDate(Date value)

Gets or sets Defines the end date of an item recurrence pattern.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setEndType(int value)

public final void setEndType(int value)

Gets or sets the ending type for the recurrence.

Parameters:

ParameterTypeDescription
valueint

setOccurrenceCount(long value)

public final void setOccurrenceCount(long value)

Gets or sets the number of occurrences in a recurrence.

Parameters:

ParameterTypeDescription
valuelong

setPatternType(int value)

public final void setPatternType(int value)

Gets or sets the type of recurrence pattern

Parameters:

ParameterTypeDescription
valueint

setPeriod(long value)

public void setPeriod(long value)

Gets or sets interval (in days) at which the meeting pattern repeats

Parameters:

ParameterTypeDescription
valuelong

setSlidingFlag(boolean value)

public final void setSlidingFlag(boolean value)

Defines whether pattern is sliding or not.

Parameters:

ParameterTypeDescription
valueboolean

setStartDate(Date value)

public final void setStartDate(Date value)

Gets or sets the start date of an item recurrence pattern.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setWeekStartDay(int value)

public final void setWeekStartDay(int value)

Gets or sets the first day of the calendar week.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int