Soap.XSBuiltIns.TXSTime.FractionalSeconds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FractionalSeconds: Double read GetFractionalSeconds write

C++

__property double FractionalSeconds = {read=GetFractionalSeconds, write=SetFractionalSeconds};

Properties

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

Description

Indicates any factional portion of a second beyond the seconds specified in the Second property.

Use FractionalSeconds to get or set the fractional seconds of the time value. FractionalSeconds represents the same information as the Millisecond property, but can provide greater precision.

See Also