epochMilliseconds
Returns the number of milliseconds since the Unix epoch for this instant.
Parameters
- self:Instant
- Instant
Source
Implementation
pub fn epochMilliseconds(self: Instant) i64 {
return abi.c.temporal_rs_Instant_epoch_milliseconds(self._inner);
}