Date/Time of original image taken.

This value should not be modified by user program.

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 the Exif standard, this tag is optional, but it is mandatory for DCF.

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

Syntax

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

See Also