TimeSpan.TotalMilliseconds

Syntax

TotalMilliseconds: Double;

Description

The TotalMilliseconds property returns length of time interval in milliseconds.

Example

The property use is given in the example for the TimeSpan.Milliseconds property.

See also:

TimeSpan