ImageGear .NET - Updated May 30, 2018
GPSTimeStamp Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : GPSTimeStamp Property
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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members