This property indicates the GPS time stamp in hours. This is the denominator.
[Visual
Basic] imagekitcontrolname.File.Exif.TimeStampH1
[ = Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetFile().GetExif().GetTimeStampH1()
imagekitcontrolname.GetFile().GetExif().SetTimeStampH1(long Val)
imagekitcontrolname.GetFile().GetExif().SetTimeStampH1(long Val)
Reference
TimeStampH1 is the GPS time stamp in hours. This is the denominator.
TimeStampH0 is the GPS time stamp in hours. This is the numerator.
The time stamp in hours = TimeStampH0 / TimeStampH1
Explanation
The TimeStampH1 property indicates the GPS time stamp in hours. This is the denominator.
The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.
The property value is derived from the image tags related to the Exif GPS tagSetting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.