nanosecond
Returns the nanosecond (0-999).
Parameters
- self:PlainDateTime
- PlainDateTime
Source
Implementation
pub fn nanosecond(self: PlainDateTime) u16 {
return abi.c.temporal_rs_PlainDateTime_nanosecond(self._inner);
}Returns the nanosecond (0-999).
Source
pub fn nanosecond(self: PlainDateTime) u16 {
return abi.c.temporal_rs_PlainDateTime_nanosecond(self._inner);
}