public class EndDateRecurrenceRange extends java.lang.Object implements RecurrenceRange
| Constructor and Description |
|---|
EndDateRecurrenceRange()
Initializes a new instance of the EndDateRecurrenceRange class.
|
EndDateRecurrenceRange(java.util.Date startDate,
java.util.Date endDate)
Initializes a new instance of the EndDateRecurrenceRange class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndDate()
Gets the end date of a recurring task or calendar item.
|
java.util.Date |
getStartDate()
Gets the start date of a recurring task or calendar item.
|
void |
setEndDate(java.util.Date endDate)
Sets the end date of a recurring task or calendar item.
|
void |
setStartDate(java.util.Date startDate)
Sets the start date of a recurring task or calendar item.
|
java.lang.String |
toString()
Converts the value of the current EndDateRecurrenceRange object to its equivalent string representation.
|
public EndDateRecurrenceRange()
public EndDateRecurrenceRange(java.util.Date startDate,
java.util.Date endDate)
startDate - the start dateendDate - the end datepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate - the new start datepublic java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
endDate - the new end date