microseconds
Returns the number of microseconds in the duration.
Parameters
- self:Duration
- Duration
Source
Implementation
pub fn microseconds(self: Duration) f64 {
return abi.c.temporal_rs_Duration_microseconds(self._inner);
}Returns the number of microseconds in the duration.
Source
pub fn microseconds(self: Duration) f64 {
return abi.c.temporal_rs_Duration_microseconds(self._inner);
}