ImageGear v26.3 - Updated
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
    public ImGearXMPDate GPSTimeStamp {get; set;}
    public: __property ImGearXMPDate* get_GPSTimeStamp();
    public: __property void set_GPSTimeStamp( 
       ImGearXMPDate* value
    );
    public:
    property ImGearXMPDate^ GPSTimeStamp {
       ImGearXMPDate^ get();
       void set (    ImGearXMPDate^ value);
    }

    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