Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2765
How to clear the appointments for selected/active month?
posted

I am trying to clear the appointments for the current month in DayViewControl but it seems that i can't do it. I am able to clear the appointments for active day using

UltraCalendarInfo.ActiveDay.Appointments.Clear()

Is there any possible way to clear the appointments for current/active month?

 

Thanks,

Parents
No Data
Reply
  • 2765
    Verified Answer
    posted

    Thankls Brian--

       I have solved my probelm by calling following method of UltracalendarInfo.

    GetAppointmentsInRange(StartDate, EndDate).Clear()

     

    Thanks,

Children