JpegExifDataDateTime Property |
Gets or sets the date time.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public string DateTime { get; set; }
Public Property DateTime As String
Get
Set
public:
property String^ DateTime {
String^ get ();
void set (String^ value);
}
member DateTime : string with get, set
Property Value
Type:
String
The date time.
See Also