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 MapiCalendarRecurrencePattern getRecurrencePattern()
Gets or sets the recurrence pattern
public void setRecurrencePattern(MapiCalendarRecurrencePattern value)
Gets or sets the recurrence pattern
public 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 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 MapiCalendarTimeZone getTimeZoneStruct()
Gets or sets the time zone information for a recurring meeting.
public void setTimeZoneStruct(MapiCalendarTimeZone value)
Gets or sets the time zone information for a recurring meeting.
public boolean isException()
Gets or sets a value indicating whether the object represents an exception
public void setException(boolean value)
Gets or sets a value indicating whether the object represents an exception
public Date getClipStart()
Gets or sets the date of the first instance
public void setClipStart(Date value)
Gets or sets the date of the first instance
public Date getClipEnd()
Gets or sets the date of the last instance
public void setClipEnd(Date value)
Gets or sets the date of the last instance
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.