Hop til hovedindhold

Duration.TotalDays

Returnerer det samlede antal dage, denne varighed strækker sig over.

Syntax

Duration.TotalDays(
duration as duration
) as number

Remarks

Returnerer det samlede antal dage spændt over duration.

Examples

Example #1

Find det samlede antal dage spændt over en varighedsværdi.

Duration.TotalDays(#duration(5, 4, 3, 2))

Result:

5.1687731481481478

Category

Duration