|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiCalendarEventRecurrence
public final class MapiCalendarEventRecurrence
Represents the recurrence properties of calendar object
Constructor Summary | |
---|---|
MapiCalendarEventRecurrence()
Initializes a new instance of the MapiCalendarEventRecurrence class
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapiCalendarEventRecurrence()
Initializes a new instance of the MapiCalendarEventRecurrence
class
Method Detail |
---|
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |