weekday property

int weekday
getter/setter pair

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

Implementation

int weekday;