day property

int day

Returns day of the date represented by this object. Always in range 1; 31.

Implementation

int get day => _date.day;