Soap.XSBuiltIns.TXSDateTime.Clone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Clone: TXSDateTime;

C++

TXSDateTime* __fastcall Clone(void);

Properties

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

Description

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

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