Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.LastModified

TElWebDAVStorageObject     See also     


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


Contains object's last modification time.

Declaration

[C#]
    DateTime LastModified;

[VB.NET]
    Property LastModified As DateTime

[Pascal]
    property LastModified : TElDateTime;

[C++]
    int64_t get_LastModified();

[PHP]
    DateTime get_LastModified()

[Java]
    Date getLastModified();

Description

    Use this property to get object's last modification time.

See also:     CreationDate    

Discuss this help topic in SecureBlackbox Forum