TimeSpan.FromSeconds

Syntax

FromSeconds(Seconds: Double): TimeSpan;

Parameters

Seconds - the number of seconds in the time interval.

Description

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

See also:

TimeSpan