weekday method

int weekday()

Gets the weekday of this Day.

Implementation

int weekday() {
  return _values[Unit.w]!;
}