Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.LastViewedByMeDate

TElGoogleDriveDataStorageObject     See also     


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


Returns the date that the user last viewed the file.

Declaration

[C#]
    DateTime LastViewedByMeDate;

[VB.NET]
    Property LastViewedByMeDate As DateTime

[Pascal]
    property LastViewedByMeDate: TDateTime;

[C++]
    int64_t get_LastViewedByMeDate();

[PHP]
    DateTime get_LastViewedByMeDate()

[Java]
    Date getLastViewedByMeDate();

Description

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

See also:     ModifiedByMeDate    

Discuss this help topic in SecureBlackbox Forum