Soap.XSBuiltIns.TXSDuration.DecimalSecond

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DecimalSecond: Double read Fdata.Second write FData.Second;

C++

__property double DecimalSecond = {read=FData.Second, write=FData.Second};

Properties

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

Description

Indicates the number of seconds, including fractional seconds, in the duration.

Use the DecimalSecond property to determine the size of the duration with a granularity finer than the Seconds property provides. DecimalSecond represents the number of seconds in the duration (above and beyond the years, months, days, hours and minutes represented by the other TXSDuration properties), including any fractional seconds.

See Also