Gets the end date of the recurrence.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public DateTime getEndDate () |
A DateTime object specifying the end date of the recurring event.
RemarksThis value is considered by the recurrence only if getRecurrenceEnd is RecurrenceEnd.EndDate.
See Also