Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReply.ModifiedDate

TElGoogleDriveReply     See also     


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


Returns the date when this reply was last modified.

Declaration

[C#]
    DateTime ModifiedDate;

[VB.NET]
    Property ModifiedDate As DateTime

[Pascal]
    property ModifiedDate: TDateTime;

[C++]
    int64_t get_ModifiedDate();

[PHP]
    DateTime get_ModifiedDate()

[Java]
    Date getModifiedDate();

Description

    Use this property to check when this reply was last modified.

See also:     CreatedDate    

Discuss this help topic in SecureBlackbox Forum