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