ToDays(Duration duration)
Takes a duration and returns the number of days contained in it.
Parameters
- duration
- The duration value to convert to days.
Returns
Numeric
Examples
ToDays([Duration Column])
takes the duration value "5 days" stored in the duration column and returns the numeric value 5.