Soap.XSBuiltIns.TXSDate.Clone
Delphi
function Clone: TXSDate;
C++
TXSDate* __fastcall Clone();
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.