day property

int? day
getter/setter pair

Day of month.

Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year/month where the day isn't significant.

Implementation

core.int? day;