day property

int get day

The day component of the date (1-31) in UTC

Implementation

int get day => _dateTime.day;