GetModifyDate

JpegImage.GetModifyDate method

Retrieves the date and time when the resource image underwent its latest modification. This method provides valuable metadata, enabling users to track and manage updates to the image file effectively. By accessing this information, users can ensure the integrity and currency of their image assets, facilitating informed decision-making regarding image usage and maintenance.

public override DateTime GetModifyDate(bool useDefault)
ParameterTypeDescription
useDefaultBooleanif set to true uses the information from FileInfo as default value.

Return Value

The date and time the resource image was last modified.

See Also