TemporalZ

second

Returns the second (0-59).

Parameters

#
self:PlainDateTime
PlainDateTime

Source

Implementation

#
pub fn second(self: PlainDateTime) u8 {
    return abi.c.temporal_rs_PlainDateTime_second(self._inner);
}