| TiffOptionsDateTime Property |
Gets or sets the date and time.
Namespace: Aspose.PSD.ImageOptionsAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic 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 and time.
See Also