firstDayOfeWeekIndex property

int? firstDayOfeWeekIndex
final

Index of the first day of week, where 0 points to Sunday, and 6 points to Saturday. Must not be less 0 or more then 6.

Can be null. In this case value from current locale will be used.

Implementation

final int? firstDayOfeWeekIndex;