offsetNanoseconds
Returns the offset used to interpret the internal instant, as a number of nanoseconds.
Parameters
- self:ZonedDateTime
- ZonedDateTime
Source
Implementation
pub fn offsetNanoseconds(self: ZonedDateTime) i64 {
return abi.c.temporal_rs_ZonedDateTime_offset_nanoseconds(self._inner);
}