Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.ModifiedByMeDate

TElGoogleDriveDataStorageObject     See also     


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


Returns the date that the user last modified the file.

Declaration

[C#]
    DateTime ModifiedByMeDate;

[VB.NET]
    Property ModifiedByMeDate As DateTime

[Pascal]
    property ModifiedByMeDate: TDateTime;

[C++]
    int64_t get_ModifiedByMeDate();

[PHP]
    DateTime get_ModifiedByMeDate()

[Java]
    Date getModifiedByMeDate();

Description

    Use this property to get the date that the user last modified the file.

See also:     LastViewedByMeDate     ModifiedDate    

Discuss this help topic in SecureBlackbox Forum