day property

int? day
getter/setter pair

A day of the week, as an integer in the range 0-6.

0 is Sunday, 1 is Monday, etc.

Implementation

core.int? day;