PartialDuration
Partial duration specification for creating Duration objects. This is a wrapper around the C API type to avoid exposing C types directly.
Fields
- years:?i64
- ?i64
- months:?i64
- ?i64
- weeks:?i64
- ?i64
- days:?i64
- ?i64
- hours:?i64
- ?i64
- minutes:?i64
- ?i64
- seconds:?i64
- ?i64
- milliseconds:?i64
- ?i64
- microseconds:?f64
- ?f64
- nanoseconds:?f64
- ?f64