Hi Roberto,
Thank you for your interest in Syncfusion products.
Your requirement of starting the Schedule with the specific Month instead of current month in Xamarin (Android) can be achieved by using MoveToDate property of SfSchedule. By setting the required specific date to the MoveToDate, schedule will be moved to the specific date. Please check the below code example,
[c#] // setting MoveToDate to the Schedule Calendar moveToSpecificDate = Calendar.Instance; moveToSpecificDate.Set(2017, Calendar.January, 01); schedule.MoveToDate = moveToSpecificDate; |
You can also refer our online user guide documentation for the same by the following link,
We have also prepared simple sample based on this scenario, please find the sample by the following link,
Please let us know, if you need any further assistance on this.
Regards,
Subburaj Pandian V.