This property records fractions of seconds for the related date time properties.

[Visual Basic]   imagekitcontrolname.File.Exif.SubSecTime [ = String ]
[Visual C++]     [ CString = ]imagekitcontrolname.GetFile().GetExif().GetSubSecTime()
                      imagekitcontrolname.GetFile().GetExif().SetSubSecTime(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.File.Exif.SubSecTime[ = String ]
[C#.NET]   imagekitcontrolname.File.Exif.SubSecTime[ = string ]

Reference

The SubSecTime property records fractions of seconds for the MainDateTime property.


For example, if the subsecond data is 0.130 then

    SubSecTime = "130"

Explanation

The SubSecTime property records fractions of seconds for the related date time properties. The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.

This property value is derived from the image tags relating to date and time.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value can be retrieved at runtime.

[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