timespan::from-milliseconds

Returns a System.TimeSpan that represents a specified number of milliseconds.
TimeSpan timespan::from-milliseconds(value)

Parameters

Name Type Description
value double A number of milliseconds.

Return Value

A System.TimeSpan that represents value.

Requirements

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