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