Date/Time of image digitized.

Usually, it contains the same value of EXIF_DateTimeOriginal.

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_DateTimeDigitized { get; set; }
Public Property EXIF_DateTimeDigitized As String
	Get
	Set
public:
property String^ EXIF_DateTimeDigitized {
	String^ get ();
	void set (String^ value);
}

See Also