Toggle menu
Nitlanguage.org
Nitdoc
core
time
Tm
mday
fun
mday
:
Int
core
::
Tm
::
mday
Doc
Linearization
Summary
Day of the month.
Day of the month.
Summary
Property definitions
core$Tm$mday
Property definitions
core
$
Tm
::
mday
# Day of the month.
fun
mday
:
Int
`{ return self->tm_mday; `}
lib/core/time.nit:145,2--146,42