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