ImageEn, unit iexBitmaps

DateTimeToEXIFDate


Declaration

function DateTimeToEXIFDate(ADateTime: TDateTime): string;


Description

Converts a TDateTime value to an EXIF string representation (also used by XMP date fields). EXIF dates are formatted as "YYYY:MM:DD HH:MM:SS"+0x00


Examples

// Update the Exif date
ImageEnView1.IO.Params.EXIF_DateTime := DateTimeToEXIFDate( Now );


See Also

 EXIFDateToDateTime