TimeSpan.FromMilliseconds

Syntax

FromMilliseconds(Milliseconds: Double): TimeSpan;

Parameters

Milliseconds - the number of milliseconds in the time interval.

Description

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

See also:

TimeSpan