seconds property

int? seconds
getter/setter pair

Seconds of minutes of the time.

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

Required.

Implementation

core.int? seconds;