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);
}Returns the second (0-59).
Source
pub fn second(self: PlainDateTime) u8 {
return abi.c.temporal_rs_PlainDateTime_second(self._inner);
}