weekDays property

List<WeekDays> weekDays
final

Defines which days should be displayed in one week.

By default all the days will be visible. Sequence will be monday to sunday.

Duplicate values will be removed from list.

ex, if there are two mondays in list it will display only one.

Implementation

final List<WeekDays> weekDays;