Discuss this help topic in SecureBlackbox Forum

TElOneDriveComment.CreatedTime

TElOneDriveComment     


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


The time when the comment was written.

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

    This property specifies the time when the comment was written.

Discuss this help topic in SecureBlackbox Forum