Soap.XSBuiltIns.TXSDuration.Second

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Second: Integer read GetSecond write SetSecond;

C++

__property int Second = {read=GetSecond, write=SetSecond, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDuration

Description

Gets and sets the number of seconds as an integer.

You can use this property to get the number of seconds as an integer (the actual floating-point value truncated) or to set the number of seconds with an integer value. To get the number of seconds as a floating-point value (as it is stored internally), use the DecimalSecond property.

See Also