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