Soap.XSBuiltIns.TXSTime.Clone
Delphi
function Clone: TXSTime;
C++
TXSTime* __fastcall Clone(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Soap.XSBuiltIns.pas Soap.XSBuiltIns.hpp |
Soap.XSBuiltIns | TXSTime |
Description
Returns a new TXSTime object that represents the same value as this one.
Call Clone to obtain a new TXSTime instance that represents the same time as this one. Clone returns the new TXSTime object.