Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / GpsTimeStamp Property

In This Topic
    GpsTimeStamp Property
    In This Topic
    Gets or sets the time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second.
    Syntax
    'Declaration
     
    Public Property GpsTimeStamp As System.Single()
    public System.float[] GpsTimeStamp {get; set;}
    See Also