Duration.Days
Syntax
Duration.Days(duration as nullable duration) as nullable number
About
Returns the day component of the provided duration
value, duration
.
Example 1
Find the day in #duration(5, 4, 3, 2).
Duration.Days(#duration(5, 4, 3, 2))
5