Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.UpdatedTime

TElOneDriveDataStorageObject     See also     


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


The time the system updated this object the last.

Declaration

[C#]
    DateTime UpdatedTime;

[VB.NET]
    Property UpdatedTime As DateTime

[Pascal]
    property UpdatedTime: TDateTime;

[C++]
    int64_t get_UpdatedTime();

[PHP]
    DateTime get_UpdatedTime()

[Java]
    Date getUpdatedTime();

Description

    Use this property to get the time when the system updated this object the last.

See also:     CreatedTime    

Discuss this help topic in SecureBlackbox Forum