System.TimeSpan.TTimeSpan.Seconds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Seconds: Integer read GetSeconds;

C++

__property int Seconds = {read=GetSeconds};

Properties

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

Description

Specifies the seconds component in a time span.

The Seconds property specifies the seconds component in a time span.

See Also