Second number
s = second(
returns the second
values, including a fractional part, for the datetime values in
t
)t
. The s
output is a
double
array the same size as t
and
contains values from 0 to less than 60.
For datetime values whose time zone is UTCLeapSeconds
, the
s
output can contain a value between 60 and 61 for times
that fall during a leap second occurrence.
s = second(
returns the type of second number specified by
t
,secondType
)secondType
.
The second
function returns the second numbers of datetime
values. To assign second values to datetime array t
, use
t.Second
and modify the Second
property.