Discuss this help topic in SecureBlackbox Forum

TElOneDriveUserInfo.UpdatedTime

TElOneDriveUserInfo     


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


The time when the user info was last updated.

Declaration

[C#]
    DateTime UpdatedTime;

[VB.NET]
    Property UpdatedTime As DateTime

[Pascal]
    property UpdatedTime: TDateTime;

[C++]
    int64_t get_UpdatedTime();
    void set_UpdatedTime(int64_t Value);

[PHP]
    DateTime get_UpdatedTime()
    void set_UpdatedTime(DateTime $Value)

[Java]
    Date getUpdatedTime();
    void setUpdatedTime(Date Value);

Description

    Use this property to get the time when the user info was updated the last.

Discuss this help topic in SecureBlackbox Forum