Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.ModifiedDate

TElGoogleDriveDataStorageObject     See also     


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


Returns object's last modification date.

Declaration

[C#]
    DateTime ModifiedDate;

[VB.NET]
    Property ModifiedDate As DateTime

[Pascal]
    property ModifiedDate: TDateTime;

[C++]
    int64_t get_ModifiedDate();
    void set_ModifiedDate(int64_t Value);

[PHP]
    DateTime get_ModifiedDate()
    void set_ModifiedDate(DateTime $Value)

[Java]
    Date getModifiedDate();
    void setModifiedDate(Date Value);

Description

    Use this property to get the date of the last modification of the file.

See also:     CreatedDate     LastModifyingUser     LastModifyingUsername     ModifiedByMeDate    

Discuss this help topic in SecureBlackbox Forum