second
Returns the second component of this time (0-59).
Parameters
- self:ZonedDateTime
- ZonedDateTime
Source
Implementation
pub fn second(self: ZonedDateTime) u8 {
return abi.c.temporal_rs_ZonedDateTime_second(self._inner);
}Returns the second component of this time (0-59).
Source
pub fn second(self: ZonedDateTime) u8 {
return abi.c.temporal_rs_ZonedDateTime_second(self._inner);
}