timespan::from-minutes

Returns a TimeSpan that represents a specified number of minutes, where the specification is accurate to the nearest millisecond.

Usage

timespan timespan::from-minutes(value)

Parameters

Name Type Description
value double A number of minutes, accurate to the nearest millisecond.

Return Value

A TimeSpan that represents value.

Requirements

Assembly: NAnt.Core (0.90.3780.0)