Soap.XSBuiltIns.TXSDate.Clone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Clone: TXSDate;

C++

TXSDate* __fastcall Clone(void);

Properties

Type Visibility Source Unit Parent
function public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDate

Description

Returns a new TXSDate object that represents the same value as this one.

Call Clone to obtain a new TXSDate instance that represents the same time as this one. Clone returns the new TXSDate object.