Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Duration.Days(duration as nullable duration) as nullable number
About
Returns the days portion of duration
.
Example 1
Extract the number of days between two dates.
Usage
Duration.Days(#date(2022, 3, 4) - #date(2022, 2, 25))
Output
7