Soap.XSBuiltIns.TXSCustomDateTime.GetFractionalSeconds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFractionalSeconds: Double;

C++

double __fastcall GetFractionalSeconds();

Properties

Type Visibility Source Unit Parent
function protected
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSCustomDateTime

Description

Returns the value of the FractionalSeconds property.

GetFractionalSeconds is the protected read implementation of the FractionalSeconds property.

See Also