Good Day!
I try to use Syncfusion Calendar Plugin in my Xamarin Forms project. All is working fine, except of rendering blackout dates. The problem is when I create new DateTime object, for example new DateTime(2016, 10, 28), and render calendar it restricts not 28 October, but 28 September, i.e. 10 month is September.
I also can't resrict dates in January cause it should be 0, but in DateTime there is an index reference error.
Does anybody knows the solution for this problem?