timespan::from-ticks

Returns a TimeSpan that represents a specified time, where the specification is in units of ticks.

Usage

timespan timespan::from-ticks(value)

Parameters

Name Type Description
value long A number of ticks that represent a time.

Return Value

A TimeSpan that represents value.

Requirements

Assembly: NAnt.Core (0.90.3780.0)