getWeekday property

int getWeekday

The day of the week monday..sunday. In accordance with ISO 8601 a week starts with Monday, which has the value 1.

Implementation

int get getWeekday => weekday;