The example code provided in
https://help.syncfusion.com/xamarin-android/sfcalendar/blackoutdates
Errors out on the assignment line with
DateTime d1=new DateTime(2015,1,1);
sfCalendar.MinDate=d1;
Cannot implicitly convert type 'System.DateTime' to 'Java.Util.Calendar'