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