timespan::from-milliseconds

Returns a TimeSpan that represents a specified number of milliseconds.

Usage

timespan timespan::from-milliseconds(value)

Parameters

Name Type Description
value double A number of milliseconds.

Return Value

A TimeSpan that represents value.

Requirements

Assembly: NAnt.Core (0.90.3780.0)