Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.CreatedDate

TElGoogleDriveDataStorageObject     See also     


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


Returns the object's creation time.

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 get the time when the object was created.

See also:     ModifiedDate    

Discuss this help topic in SecureBlackbox Forum