Discuss this help topic in SecureBlackbox Forum
Specifies file modification date.
Declaration
[C#]
DateTime ModificationDate;
[VB.NET]
Property ModificationDate As DateTime
[Pascal]
property ModificationDate : TElDateTime;
[C++]
int64_t get_ModificationDate();
void set_ModificationDate(int64_t Value);
[PHP]
DateTime get_ModificationDate()
void set_ModificationDate(DateTime $Value)
[Java]
Date getModificationDate();
void setModificationDate(Date Value);
Description
Use this property to specify the attachment last modification date.
The date and time are stored and retrieved in Universal Coordinate Time (UTC).
Discuss this help topic in SecureBlackbox Forum