public final class MapiCalendarEventRecurrence extends Object
Represents the recurrence properties of calendar object
Constructor and Description |
---|
MapiCalendarEventRecurrence()
Initializes a new instance of the
MapiCalendarEventRecurrence class |
Modifier and Type | Method and Description |
---|---|
MapiCalendarTimeZone |
getAppointmentTimeZoneDefinitionRecur()
Gets or sets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC.
|
Date |
getClipEnd()
Gets or sets the date of the last instance
|
Date |
getClipStart()
Gets or sets the date of the first instance
|
MapiCalendarRecurrencePattern |
getRecurrencePattern()
Gets or sets the recurrence pattern
|
MapiCalendarTimeZone |
getTimeZoneStruct()
Gets or sets the time zone information for a recurring meeting.
|
boolean |
isException()
Gets or sets a value indicating whether the object represents an exception
|
void |
setAppointmentTimeZoneDefinitionRecur(MapiCalendarTimeZone value)
Gets or sets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC.
|
void |
setClipEnd(Date value)
Gets or sets the date of the last instance
|
void |
setClipStart(Date value)
Gets or sets the date of the first instance
|
void |
setException(boolean value)
Gets or sets a value indicating whether the object represents an exception
|
void |
setRecurrencePattern(MapiCalendarRecurrencePattern value)
Gets or sets the recurrence pattern
|
void |
setTimeZoneStruct(MapiCalendarTimeZone value)
Gets or sets the time zone information for a recurring meeting.
|
public MapiCalendarEventRecurrence()
Initializes a new instance of the MapiCalendarEventRecurrence
class
public final MapiCalendarRecurrencePattern getRecurrencePattern()
Gets or sets the recurrence pattern
public final void setRecurrencePattern(MapiCalendarRecurrencePattern value)
Gets or sets the recurrence pattern
public final MapiCalendarTimeZone getAppointmentTimeZoneDefinitionRecur()
Gets or sets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC.
public final void setAppointmentTimeZoneDefinitionRecur(MapiCalendarTimeZone value)
Gets or sets time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC.
public final MapiCalendarTimeZone getTimeZoneStruct()
Gets or sets the time zone information for a recurring meeting.
public final void setTimeZoneStruct(MapiCalendarTimeZone value)
Gets or sets the time zone information for a recurring meeting.
public final boolean isException()
Gets or sets a value indicating whether the object represents an exception
public final void setException(boolean value)
Gets or sets a value indicating whether the object represents an exception
public final Date getClipStart()
Gets or sets the date of the first instance
public final void setClipStart(Date value)
Gets or sets the date of the first instance
public final Date getClipEnd()
Gets or sets the date of the last instance
public final void setClipEnd(Date value)
Gets or sets the date of the last instance