Parses an ISO8601 string duration and start time to its length in a specific time unit.
Expression categories: Datetime, String
Declared arguments
Duration - The ISO8601 duration to parse. If invalid, the output will be null. Expression<String>
Start time - Start timestamp of duration, used for determining the length of certain durations (e.g. months). Expression<Timestamp>
Unit - Output time unit. The result will be the number of complete time units represented by the duration. Enum<Days, Hours, Milliseconds, Minutes, Months, Quarters, Seconds, Weeks, Years>