This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Duration.Days(duration as nullable duration) as nullable number
Returns the days portion of duration.
duration
Extract the number of days between two dates.
Usage
Duration.Days(#date(2022, 3, 4) - #date(2022, 2, 25))
Output
7
Was this page helpful?