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