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