| ExifDataGPSTimestamp Property |
Namespace: Aspose.PSD.Exif
public TiffRational[] GPSTimestamp { get; set; }
Public Property GPSTimestamp As TiffRational() Get Set
public: property array<TiffRational^>^ GPSTimestamp { array<TiffRational^>^ get (); void set (array<TiffRational^>^ value); }
member GPSTimestamp : TiffRational[] with get, set