GetModifyDate

ApngImage.GetModifyDate method

Quickly obtain the date and time when the resource image was last modified with this user-friendly method. Ideal for developers needing to track changes and manage resources effectively.

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