FirstDayofWeek

3 Sep 20201 minute to read

By default, the starting day will be Sunday. This can be modified using FirstDayofWeek property. Changing the first day of the week will be applied to both month and year view.

  • C#
  • SfCalendar sfCalendar = new SfCalendar(this);
    sfCalendar.FirstDayOfWeek= 4;

    FirstDayofWeek support in Xamarin.Android Calendar