MapiCalendarEventRecurrence
Inheritance: java.lang.Object
public final class MapiCalendarEventRecurrence
Represents the recurrence properties of calendar object
Constructors
Constructor | Description |
---|---|
MapiCalendarEventRecurrence() | Initializes a new instance of the MapiCalendarEventRecurrence class |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | MapiCalendarTimeZone |
setClipEnd(Date value)
public final void setClipEnd(Date value)
Gets or sets the date of the last instance
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setClipStart(Date value)
public final void setClipStart(Date value)
Gets or sets the date of the first instance
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setException(boolean value)
public final void setException(boolean value)
Gets or sets a value indicating whether the object represents an exception
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setRecurrencePattern(MapiCalendarRecurrencePattern value)
public final void setRecurrencePattern(MapiCalendarRecurrencePattern value)
Gets or sets the recurrence pattern
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapiCalendarRecurrencePattern |
setTimeZoneStruct(MapiCalendarTimeZone value)
public final void setTimeZoneStruct(MapiCalendarTimeZone value)
Gets or sets the time zone information for a recurring meeting.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapiCalendarTimeZone |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |