com.aspose.email
Class MapiCalendarEventRecurrence

java.lang.Object
  extended by com.aspose.email.MapiCalendarEventRecurrence

public final class MapiCalendarEventRecurrence
extends Object

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

MapiCalendarEventRecurrence

public MapiCalendarEventRecurrence()

Initializes a new instance of the MapiCalendarEventRecurrence class

Method Detail

getRecurrencePattern

public MapiCalendarRecurrencePattern getRecurrencePattern()

Gets or sets the recurrence pattern


setRecurrencePattern

public void setRecurrencePattern(MapiCalendarRecurrencePattern value)

getAppointmentTimeZoneDefinitionRecur

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.


setAppointmentTimeZoneDefinitionRecur

public void setAppointmentTimeZoneDefinitionRecur(MapiCalendarTimeZone value)

getTimeZoneStruct

public MapiCalendarTimeZone getTimeZoneStruct()

Gets or sets the time zone information for a recurring meeting.


setTimeZoneStruct

public void setTimeZoneStruct(MapiCalendarTimeZone value)

isException

public boolean isException()

Gets or sets a value indicating whether the object represents an exception


isException

public void isException(boolean value)

getClipStart

public Date getClipStart()

setClipStart

public void setClipStart(Date value)

getClipEnd

public Date getClipEnd()

setClipEnd

public void setClipEnd(Date value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.