Discuss this help topic in SecureBlackbox Forum
Specifies a last viewed date for the document.
Declaration
[C#/Java]
DateTime LastViewedDate;
[VB.NET]
Property LastViewedDate As DateTime
[Pascal]
property LastViewedDate : TDateTime;
[C++]
int64_t get_LastViewedDate();
[PHP]
DateTime get_LastViewedDate()
Description
Use this property to get the date and time when the document has been viewed last time.
Discuss this help topic in SecureBlackbox Forum