weekday property

  1. @useResult
int weekday

The day of the week.

A week starts on Monday (1) and ends on Sunday (7).

LocalDateTime(1969, 7, 20, 12, 30).weekday; // Sunday, 7

Implementation

@useResult int get weekday => _native.weekday;