CalendarRecurrencePattern

Inheritance: java.lang.Object

public abstract class CalendarRecurrencePattern

Represents a recurrence pattern.

Methods

MethodDescription
equals(Object arg0)
getClass()
getEndDate()Gets or sets the end date.
getInterval()Gets or sets the number of recurrence units.
getOccurs()Gets or sets the number of occurrences of the recurrence pattern.
getWeekStart()Gets or sets the week start.
hashCode()
notify()
notifyAll()
setEndDate(Date value)Gets or sets the end date.
setInterval(int value)Gets or sets the number of recurrence units.
setOccurs(int value)Gets or sets the number of occurrences of the recurrence pattern.
setWeekStart(int value)Gets or sets the week start.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEndDate()

public Date getEndDate()

Gets or sets the end date.

Value: The end date.

Returns: java.util.Date - a java$util$Date object.

getInterval()

public int getInterval()

Gets or sets the number of recurrence units.

Value: The number of recurrence units.

Returns: int - a int.

getOccurs()

public int getOccurs()

Gets or sets the number of occurrences of the recurrence pattern.

Value: The number of occurrences.

Returns: int - a int.

getWeekStart()

public int getWeekStart()

Gets or sets the week start.

Value: The week start.

Returns: int - a int.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setEndDate(Date value)

public void setEndDate(Date value)

Gets or sets the end date.

Value: The end date.

Parameters:

ParameterTypeDescription
valuejava.util.Datea java$util$Date object.

setInterval(int value)

public void setInterval(int value)

Gets or sets the number of recurrence units.

Value: The number of recurrence units.

Parameters:

ParameterTypeDescription
valueinta int.

setOccurs(int value)

public void setOccurs(int value)

Gets or sets the number of occurrences of the recurrence pattern.

Value: The number of occurrences.

Parameters:

ParameterTypeDescription
valueinta int.

setWeekStart(int value)

public void setWeekStart(int value)

Gets or sets the week start.

Value: The week start.

Parameters:

ParameterTypeDescription
valueinta int.

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