epochNanoseconds
Returns the number of nanoseconds since the Unix epoch for this instant.
Parameters
- self:Instant
- Instant
Source
Implementation
pub fn epochNanoseconds(self: Instant) i128 {
return abi.fromI128Nanoseconds(abi.c.temporal_rs_Instant_epoch_nanoseconds(self._inner));
}