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




In This Topic
GPSTimeStamp Property
In This Topic
Gets or sets GPSTimeStamp property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property GPSTimeStamp As ImGearXMPDate
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPDate
 
instance.GPSTimeStamp = value
 
value = instance.GPSTimeStamp

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property represents EXIF GPS tag 29 (date), 0x1D, and, and GPS tag 7 (time) (0x07) and specifies time stamp of GPS data, in Coordinated Universal Time.
See Also