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