Discuss this help topic in SecureBlackbox Forum
Specifies lock expiration time.
Declaration
[C#/Java]
DateTime UnlockTime;
[VB.NET]
Property UnlockTime As DateTime
[Pascal]
property UnlockTime : TDateTime;
[C++]
int64_t get_UnlockTime();
[PHP]
DateTime get_UnlockTime()
Description
Use this property to check the lock expiration time.
Discuss this help topic in SecureBlackbox Forum