second

Get the second of a Time.

Signature

second: Number

Description

Get the Time second field.

Return value

Type Description

Number

Seconds field of Time instance.

Examples

Time('2099-02-10T12:01:19.000Z').second
19
\