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