Discuss this help topic in SecureBlackbox Forum
Returns the date that the user last viewed the file.
Declaration
[C#]
DateTime LastViewedByMeDate;
[VB.NET]
Property LastViewedByMeDate As DateTime
[Pascal]
property LastViewedByMeDate: TDateTime;
[C++]
int64_t get_LastViewedByMeDate();
[PHP]
DateTime get_LastViewedByMeDate()
[Java]
Date getLastViewedByMeDate();
Description
Use this property to get the date that the user last viewed the file.
Discuss this help topic in SecureBlackbox Forum