Duration.TotalDays
Returns the total days this duration spans.
function (optionalduration
as nullable any) as nullable any
Returns the total days spanned by the provided
duration
value, duration
.Duration
Find the total days spanned in #duration(5, 4, 3, 2).
Duration.TotalDays(#duration(5, 4, 3, 2))
5.1687731481481478
Last modified 4yr ago