TimeSpan.FromMilliseconds

Syntax

FromMilliseconds(Milliseconds: Double): TimeSpan;

Parameters

Milliseconds. The number of milliseconds in time interval.

Description

The FromMilliseconds method creates a time interval of the specified number of milliseconds.

See also:

TimeSpan