Discuss this help topic in SecureBlackbox Forum

TElXMLTimestampList_v1_2_2.Timestamp

TElXMLTimestampList_v1_2_2     


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


Provides an access to the list elements.

Declaration

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

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

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

[C++]
    TElXMLTimestamp_v1_2_2* get_Timestamp_TElXMLTimestamp_v1_2_2(int32_t Index);

[PHP]
    TElXMLTimestamp_v1_2_2 get_Timestamp(integer $Index)

[Java]
    TElXMLTimestamp_v1_2_2 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