seconds property

int? seconds
getter/setter pair

Seconds of minutes of the time.

Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds.

Optional.

Implementation

core.int? seconds;