GetModifyDate

PngImage.GetModifyDate method

Retrieves the timestamp indicating the most recent modification of the resource image. This method provides access to vital metadata, enabling applications to ascertain when the image was last altered, facilitating version tracking and content management.

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