TimeSpan.FromSeconds

Syntax

FromSeconds(Seconds: Double): TimeSpan;

Parameters

Seconds. The number of seconds in time interval.

Description

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

See also:

TimeSpan