Some of digicam can take 2.30 pictures per second, but DateTime/DateTimeOriginal/DateTimeDigitized tag can't record the sub-second time.

SubsecTime tag is used to record it.

For example, DateTimeOriginal = "1996:09:01 09:15:30", SubSecTimeOriginal = "130", Combined original time is "1996:09:01 09:15:30.130"

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

Syntax

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

See Also