System.TimeSpan.TTimeSpan.Milliseconds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Milliseconds: Integer read GetMilliseconds;

C++

__property int Milliseconds = {read=GetMilliseconds};

Properties

Type Visibility Source Unit Parent
property public
System.TimeSpan.pas
System.TimeSpan.hpp
System.TimeSpan TTimeSpan

Description

Specifies the milliseconds component in a time span.

The Milliseconds property specifies the milliseconds component in a time span.

See Also