Day of the month.

Property definitions

core $ Tm :: mday
	# Day of the month.
	fun mday: Int `{ return self->tm_mday; `}
lib/core/time.nit:145,2--146,42