getDate property

int getDate

Get the day of the month of the given date. The day of the month 1..31.

Implementation

int get getDate => day;