Discuss this help topic in SecureBlackbox Forum
Object's last modification time.
Declaration
[C#/Java]
TDateTime ModifiedAt;
[VB.NET]
Property ModifiedAt As DateTime
[Pascal]
property ModifiedAt: TDateTime;
[C++]
int64_t get_ModifiedAt();
[PHP]
DateTime get_ModifiedAt()
Description
Use this property to get the time when this object was last updated on the Box servers.
Discuss this help topic in SecureBlackbox Forum