CalendarRecurrencePattern
Inheritance: java.lang.Object
public abstract class CalendarRecurrencePattern
Represents a recurrence pattern.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | java.util.Date | a 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:
Parameter | Type | Description |
---|---|---|
value | int | a 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:
Parameter | Type | Description |
---|---|---|
value | int | a int. |
setWeekStart(int value)
public void setWeekStart(int value)
Gets or sets the week start.
Value: The week start.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | a 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:
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 |