seconds property

int? seconds
getter/setter pair

Seconds of a minute.

Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.

Implementation

core.int? seconds;