Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Modified

TElDropboxDataStorageObject     See also     


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


Last time the file was modified.

Declaration

[C#]
    DateTime Modified;

[VB.NET]
    Property Modified As DateTime

[Pascal]
    property Modified : TDateTime;

[C++]
    int64_t get_Modified();

[PHP]
    DateTime get_Modified()

[Java]
    Date getModified();

Description

    This property contains the file modification time.

See also:     ClientModified    

Discuss this help topic in SecureBlackbox Forum