microsecond
Returns the microsecond component of this time (0-999).
Parameters
- self:PlainTime
- PlainTime
Source
Implementation
pub fn microsecond(self: PlainTime) u16 {
return abi.c.temporal_rs_PlainTime_microsecond(self._inner);
}Returns the microsecond component of this time (0-999).
Source
pub fn microsecond(self: PlainTime) u16 {
return abi.c.temporal_rs_PlainTime_microsecond(self._inner);
}