Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.ModifiedAt

TElBoxDataStorageObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Object's last modification time.

Declaration

[C#]
    DateTime ModifiedAt;

[VB.NET]
    Property ModifiedAt As DateTime

[Pascal]
    property ModifiedAt: TDateTime;

[C++]
    int64_t get_ModifiedAt();

[PHP]
    DateTime get_ModifiedAt()

[Java]
    Date getModifiedAt();

Description

    Use this property to get the time when this object was last updated on the Box servers.

See also:     ContentModifiedAt     CreatedAt     ModifiedBy    

Discuss this help topic in SecureBlackbox Forum