Date/Time of image was last modified. Data format is "YYYY:MM:DD HH:MM:SS".

If clock has not set or digicam doesn't have clock, the field may be filled with spaces.

In usual, it has the same value of DateTimeOriginal

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string EXIF_DateTime { get; set; }
Public Property EXIF_DateTime As String
	Get
	Set
public:
property String^ EXIF_DateTime {
	String^ get ();
	void set (String^ value);
}

See Also