Soap.XSBuiltIns.TXSCustomDateTime.SetFractionalSeconds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFractionalSeconds(const Value: Double);

C++

void __fastcall SetFractionalSeconds(const double Value);

Properties

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

Description

Sets the value of the FractionalSeconds property.

SetDay is the protected write implementation of the FractionalSeconds property.

Value is the fraction of a second. It is a value between 0 and 1.

See Also