Discuss this help topic in SecureBlackbox Forum

TElXMLGenericTimestampList.Timestamp

TElXMLGenericTimestampList     


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


Provides an access to the list elements.

Declaration

[C#]
    TElXMLGenericTimestamp Timestamp[int Index];
    TElXMLCustomTimestamp Timestamp[int Index];

[VB.NET]
    Property Timestamp(ByVal Index As Integer) As TElXMLGenericTimestamp
    Property Timestamp(ByVal Index As Integer) As TElXMLCustomTimestamp

[Pascal]
    property Timestamp[Index : integer] : TElXMLGenericTimestamp;

[C++]
    TElXMLGenericTimestamp* get_Timestamp_TElXMLGenericTimestamp(int32_t Index);

[PHP]
    TElXMLGenericTimestamp get_Timestamp(integer $Index)

[Java]
    TElXMLGenericTimestamp getTimestamp(int Index);

Parameters

  • Index - index of the desired Timestamp element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this property to get the certain element from the list.

Discuss this help topic in SecureBlackbox Forum