How can I calculate the last date on a Recurring Appointment in code without using selecting the last Occurrence from the RecurrenceRule.Occurrences collection?
Is there some static method that will allow me to return the date of the last Occurrence of a recurring Appointment?
1 Answer, 1 is accepted
0
Veselin Tsvetanov
Telerik team
answered on 05 Dec 2016, 10:59 AM
Hi Eric,
There is no method, that will return the date of the last occurrence of a recurring appointment. To get that date, you will nee to get the last appointment in the Occurrences collection of the RecurrenceRule object.
Regards,
Veselin Tsvetanov
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.