Discuss this help topic in SecureBlackbox Forum

TElXMLGenericTimestampList.Add

TElXMLGenericTimestampList     See also     


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


Adds a new element to the list.

Declaration

[C#]
    int Add(TElXMLGenericTimestamp ATimestamp);

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

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

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

[PHP]
    integer Add(TElXMLGenericTimestamp $ATimestamp)

[Java]
    int add(TElXMLGenericTimestamp ATimestamp);

Parameters

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

Return value

Returns the index of the newly 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