ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPGPSCoordinate Class / MinuteFraction Property




In This Topic
MinuteFraction Property
In This Topic
Gets or sets the Fraction of minute of GPS Coordinate. If the GPS coordinate seconds instead of fraction of minutes, the property returns null.
Syntax
'Declaration
 
Public Property MinuteFraction As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearXMPGPSCoordinate
Dim value As ImGearXMPInteger
 
instance.MinuteFraction = value
 
value = instance.MinuteFraction

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
See Also