Duration of Path
Find journeys lasting for a specific period of time.
Usage Notes
- MXO converts and parses duration in seconds; that is, 1 day is converted to 84600 seconds.For this reason, we recommend using == and != operators only when specifying duration of path, in seconds, in a query. For other periods of time, such as hours or days, always use a range.For example, duration of path >= 1 day or _duration of path < 2 days.