Discuss this help topic in SecureBlackbox Forum
Specifies entry modification date and time.
Declaration
[C#]
DateTime DateModified;
[VB.NET]
Property DateModified As DateTime
[Pascal]
property DateModified : TDateTime;
[C++]
int64_t get_DateModified();
void set_DateModified(int64_t Value);
[PHP]
DateTime get_DateModified()
void set_DateModified(DateTime $Value)
[Java]
Date getDateModified();
void setDateModified(Date Value);
Description
Use this property to get or set entry modification date and time.
Discuss this help topic in SecureBlackbox Forum