Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.CreatedTime

TElOneDriveDataStorageObject     See also     


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


The object's creation time.

Declaration

[C#]
    DateTime CreatedTime;

[VB.NET]
    Property CreatedTime As DateTime

[Pascal]
    property CreatedTime: TDateTime;

[C++]
    int64_t get_CreatedTime();

[PHP]
    DateTime get_CreatedTime()

[Java]
    Date getCreatedTime();

Description

    Returns the time at which the object was created.

See also:     UpdatedTime    

Discuss this help topic in SecureBlackbox Forum