TimeSpanFunctions.

GetTotalHours(TimeSpan) Method

Summary

Returns the total number of hours represented by the specified System.TimeSpan, expressed in whole and fractional hours.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions
Containing Type
TimeSpanFunctions

Syntax

[Function("get-total-hours")]
public static double GetTotalHours(TimeSpan value)

Attributes

Type Description
FunctionAttribute Indicates that the method should be exposed as a function in NAnt build files.

Parameters

Name Type Description
value TimeSpan A System.TimeSpan.

Return Value

Type Description
double The total number of hours represented by the given System.TimeSpan.