MapiCalendarEventRecurrence

Inheritance: java.lang.Object

public final class MapiCalendarEventRecurrence

Represents the recurrence properties of calendar object

Constructors

ConstructorDescription
MapiCalendarEventRecurrence()Initializes a new instance of the MapiCalendarEventRecurrence class

Methods

MethodDescription
equals(Object arg0)
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.
getClass()
getClipEnd()Gets or sets the date of the last instance
getClipStart()Gets or sets the date of the first instance
getRecurrencePattern()Gets or sets the recurrence pattern
getTimeZoneStruct()Gets or sets the time zone information for a recurring meeting.
hashCode()
isException()Gets or sets a value indicating whether the object represents an exception
notify()
notifyAll()
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.
setClipEnd(Date value)Gets or sets the date of the last instance
setClipStart(Date value)Gets or sets the date of the first instance
setException(boolean value)Gets or sets a value indicating whether the object represents an exception
setRecurrencePattern(MapiCalendarRecurrencePattern value)Gets or sets the recurrence pattern
setTimeZoneStruct(MapiCalendarTimeZone value)Gets or sets the time zone information for a recurring meeting.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MapiCalendarEventRecurrence()

public MapiCalendarEventRecurrence()

Initializes a new instance of the MapiCalendarEventRecurrence class

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAppointmentTimeZoneDefinitionRecur()

public final 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.

Returns: MapiCalendarTimeZone

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getClipEnd()

public final Date getClipEnd()

Gets or sets the date of the last instance

Returns: java.util.Date

getClipStart()

public final Date getClipStart()

Gets or sets the date of the first instance

Returns: java.util.Date

getRecurrencePattern()

public final MapiCalendarRecurrencePattern getRecurrencePattern()

Gets or sets the recurrence pattern

Returns: MapiCalendarRecurrencePattern

getTimeZoneStruct()

public final MapiCalendarTimeZone getTimeZoneStruct()

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

Returns: MapiCalendarTimeZone

hashCode()

public native int hashCode()

Returns: int

isException()

public final boolean isException()

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

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAppointmentTimeZoneDefinitionRecur(MapiCalendarTimeZone value)

public final 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.

Parameters:

ParameterTypeDescription
valueMapiCalendarTimeZone

setClipEnd(Date value)

public final void setClipEnd(Date value)

Gets or sets the date of the last instance

Parameters:

ParameterTypeDescription
valuejava.util.Date

setClipStart(Date value)

public final void setClipStart(Date value)

Gets or sets the date of the first instance

Parameters:

ParameterTypeDescription
valuejava.util.Date

setException(boolean value)

public final void setException(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

setRecurrencePattern(MapiCalendarRecurrencePattern value)

public final void setRecurrencePattern(MapiCalendarRecurrencePattern value)

Gets or sets the recurrence pattern

Parameters:

ParameterTypeDescription
valueMapiCalendarRecurrencePattern

setTimeZoneStruct(MapiCalendarTimeZone value)

public final void setTimeZoneStruct(MapiCalendarTimeZone value)

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

Parameters:

ParameterTypeDescription
valueMapiCalendarTimeZone

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int