ExifDataGPSDateStamp Property |
Gets or sets the GPS character string recording date and time information relative to UTC (Coordinated Universal Time).
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string GPSDateStamp { get; set; }
Public Property GPSDateStamp As String
Get
Set
public:
property String^ GPSDateStamp {
String^ get ();
void set (String^ value);
}
member GPSDateStamp : string with get, set
Property Value
Type:
String
The GPS character string recording date and time information relative to UTC (Coordinated Universal Time).
See Also