Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143901 | Apr 10,2019 03:28 AM UTC | Apr 12,2019 08:39 AM UTC | Xamarin.Forms | 4 |
![]() |
Tags: SfSchedule |
private void Schedule_VisibleDatesChangedEvent(object sender, VisibleDatesChangedEventArgs e)
{
var app = (schedule.DataSource as ScheduleAppointmentCollection)[0];
var startDate = e.visibleDates[0].Date;
var endDate = e.visibleDates[e.visibleDates.Count - 1];
var appointments = schedule.GetRecurrenceDateTimeCollection(app.RecurrenceRule, app.StartTime, startDate, endDate);
} |
var occurences = DependencyService.Get<IRecurrenceBuilder>(DependencyFetchTarget.GlobalInstance).GetRecurrenceDateTimeCollection(appointment.RecurrenceRule, appointment.StartDate, rangeStartDate, rangeEndDate); |
var occurences = DependencyService.Get<IRecurrenceBuilder>(DependencyFetchTarget.GlobalInstance).GetRecurrenceDateTimeCollection(appointment.RecurrenceRule, appointment.StartDate); |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.