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