Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.WhenTaken

TElOneDrivePhoto     


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


The date when the photo was taken.

Declaration

[C#]
    DateTime WhenTaken;

[VB.NET]
    Property WhenTaken As DateTime

[Pascal]
    property WhenTaken: TDateTime;

[C++]
    int64_t get_WhenTaken();

[PHP]
    DateTime get_WhenTaken()

[Java]
    Date getWhenTaken();

Description

    Use this property to get the date when the photo was taken.

Discuss this help topic in SecureBlackbox Forum