Good Day!
I am trying to use Syncfusion Calendar Plugin in my Xamarin Forms project. Everything is working fine, except rendering blackout dates. This is the documentation for this plugin. 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. 10th month is September.
I also can't resrict dates in January because it should be 0, but in DateTime there is an index reference error.
Does anybody know the solution for this problem?