This property refers to the information about the date and time.

[Visual Basic]   imagekitcontrolname.File.Exif.ThumbDateTime [ = String ]
[Visual C++]     [ CString = ]imagekitcontrolname.GetFile().GetExif().GetThumbDateTime()
                      imagekitcontrolname.GetFile().GetExif().SetThumbDateTime(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.File.Exif.ThumbDateTime[ = String ]
[C#.NET]   imagekitcontrolname.File.Exif.ThumbDateTime[ = string ]

Reference

ThumbDateTime refers to the date and time that the Thumbnail image was created. The format is "YYYY:MM:DD HH:MM:SS" with the time shown in 24-hour format and the date and time separated by one blank character

Example: "1996:09:01 09:15:30"

Explanation

The ThumbDateTime property refers to the information about the date and time. The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value can be retrieved at run-time.

[Differences from the ImageKit7 ActiveX]

In the IK7 this was a read only property. It can now be set.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation