FMX.MediaLibrary.TImageInfo.DateTaken

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DateTaken: TDateTime; virtual; abstract;

C++

virtual System::TDateTime __fastcall DateTaken() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary TImageInfo


Description

Gets the date when the image was taken.

Use the DateTaken method in order to obtain the date when the image was taken.

See Also