Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.Timestamps

TElASiCContainer     See also     


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


Returns the timestamps of the container.

Declaration

[C#]
    TElASiCTimestamp Timestamps[int Index];

[VB.NET]
    Property Timestamps(ByVal Index As Integer) As TElASiCTimestamp

[Pascal]
    property Timestamps[Index : integer] : TElASiCTimestamp;

[C++]
    not available

[PHP]
    TElASiCTimestamp get_Timestamps(integer $Index)

[Java]
    TElASiCTimestamp getTimestamps(int Index);

Parameters

  • Index - the index of the desired timestamp token in the list. The indexing starts from 0.

Description

Use this property to access individual timestamp tokens in the container.

See also:     AddTimestamp     TimestampCount    

Discuss this help topic in SecureBlackbox Forum