RasterImageGetModifyDate Method
Gets the date and time the resource image was last modified.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public virtual DateTime GetModifyDate(
	bool useDefault
)

Parameters

useDefault
Type: SystemBoolean
if set to true uses the information from FileInfo as default value.

Return Value

Type: DateTime
The date and time the resource image was last modified.
See Also