Discuss this help topic in SecureBlackbox Forum

TElXMLCustomTimestampList.Clear

TElXMLCustomTimestampList     See also     


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


Deletes all items from the list.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Call this method to remove all timestamps from the list.

See also:     Delete     Timestamp    

Discuss this help topic in SecureBlackbox Forum