Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReply.CreatedDate

TElGoogleDriveReply     See also     


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


Returns the date when the reply was first created.

Declaration

[C#]
    DateTime CreatedDate;

[VB.NET]
    Property CreatedDate As DateTime

[Pascal]
    property CreatedDate: TDateTime;

[C++]
    int64_t get_CreatedDate();

[PHP]
    DateTime get_CreatedDate()

[Java]
    Date getCreatedDate();

Description

    Use this property to check when the reply was first created.

See also:     ModifiedDate    

Discuss this help topic in SecureBlackbox Forum