timespan::get-total-days

Returns the total number of days represented by the specified System.TimeSpan, expressed in whole and fractional days.
double timespan::get-total-days(value)

Parameters

Name Type Description
value TimeSpan A System.TimeSpan.

Return Value

The total number of days represented by the given System.TimeSpan.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions