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