TIEGlobalSettings.UseEXIFDateTime
Declaration
property UseEXIFDateTime: Boolean;
Description
For images with valid EXIF data, ImageEn will use the
EXIF_DateTimeOriginal2 value instead of file date when displaying "File Creation Date" values.
Default: True
// Never use EXIF date as File Creation Date
IEGlobalSettings().UseEXIFDateTime := False;