Discuss this help topic in SecureBlackbox Forum
Returns the time when the signature was archived for last time.
Declaration
[C#]
DateTime LastArchivalTime;
[VB.NET]
Property LastArchivalTime As DateTime
[Pascal]
property LastArchivalTime : TDateTime;
[C++]
int64_t get_LastArchivalTime();
[PHP]
DateTime get_LastArchivalTime()
[Java]
Date getLastArchivalTime();
Description
Use this property to get the tme when the signature was archived.
Discuss this help topic in SecureBlackbox Forum