int day
read-only

The day of the month 1..31.

DateTime moonLanding = DateTime.parse("1969-07-20 20:18:00"); assert(moonLanding.day == 20);