This property indicates the GPS time stamp in minutes. This is the denominator.
[Visual
Basic] imagekitcontrolname.File.Exif.TimeStampM1
[ = Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetFile().GetExif().GetTimeStampM1()
imagekitcontrolname.GetFile().GetExif().SetTimeStampM1(long Val)
imagekitcontrolname.GetFile().GetExif().SetTimeStampM1(long Val)
Reference
TimeStampM1 is the GPS time stamp in minutes. This is the denominator.
TimeStampM0 is the GPS time stamp in minutes. This is the numerator.
The time stamp in minutes = TimeStampM0 / TimeStampM1
Explanation
The TimeStampM1 property indicates the GPS time stamp in minutes. 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.