Discuss this help topic in SecureBlackbox Forum

TElXMLTimestampList.Add

TElXMLTimestampList     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Adds a new element to the list.

Declaration

[C#]
    int Add(TElXMLTimestamp ATimestamp);
    int Add(TElXMLCustomTimestamp ATimestamp);

[VB.NET]
    Function Add(ByVal ATimestamp As TElXMLTimestamp) As Integer
    Function Add(ByVal ATimestamp As TElXMLCustomTimestamp) As Integer

[Pascal]
    function Add(ATimestamp : TElXMLTimestamp) : integer;

[C++]
    int32_t Add(TElXMLTimestamp &ATimestamp);
    int32_t Add(TElXMLTimestamp *ATimestamp);

[PHP]
    integer Add(TElXMLTimestamp $ATimestamp)

[Java]
    int add(TElXMLTimestamp ATimestamp);

Parameters

  • ATimestamp - Timestamp element that should to be added to the list.

Return value

    Number of the added item in the list.

Description

    Call this method to add a new element to the list of timestamps.

See also:     Timestamp    

Discuss this help topic in SecureBlackbox Forum