Toggle menu
Nitlanguage.org
Nitdoc
core
time
Tm
sec
fun
sec
:
Int
core
::
Tm
::
sec
Doc
Linearization
Summary
Seconds after the minute.
Seconds after the minute.
Summary
Property definitions
core$Tm$sec
Property definitions
core
$
Tm
::
sec
# Seconds after the minute.
fun
sec
:
Int
`{ return self->tm_sec; `}
lib/core/time.nit:136,2--137,40