Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.RemoveTimestamp

TElCMSSignature     See also     


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


This method removes a timestamp from the list.

Declaration

[C#]
    void RemoveTimestamp(int Index);

[VB.NET]
    Sub RemoveTimestamp(ByVal Index As Integer)

[Pascal]
    procedure RemoveTimestamp(Index : integer);

[C++]
    void RemoveTimestamp(int32_t Index);

[PHP]
    void RemoveTimestamp(integer $Index)

[Java]
    void removeTimestamp(int Index);

Parameters

  • Index - index of the item to be removed.

Description

    Use this method to remove the desired timestamp from the Timestaps list.

See also:     AddTimestamp     RemoveTimestamp    

Discuss this help topic in SecureBlackbox Forum