NAnt SDK Documentation - v0.85-nightly-2005-11-09

TimeSpanFunctions.GetDays Method 

[This is preliminary documentation and subject to change.]

Returns the number of whole days represented by the specified TimeSpan.

[Visual Basic]
<Function(Name:="get-days")>
Public Shared Function GetDays( _
   ByVal value As TimeSpan _
) As Integer
[C#]
[Function(Name="get-days")]
public static int GetDays(
   TimeSpan value
);

Parameters

value
A TimeSpan.

Return Value

The number of whole days represented by the given TimeSpan.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.TimeSpanFunctions.GetDays(System.TimeSpan)

See Also

TimeSpanFunctions Class | NAnt.Core.Functions Namespace