ImageMetadataReader.TryGetModifyDate

ImageMetadataReader.TryGetModifyDate method

It tries to find EXIF tag ModifyDate (DataTime), if the tag is not found it returns default DataTime value

public bool TryGetModifyDate(out DateTime modifyDate)
ParameterTypeDescription
modifyDateDateTime&The modify date.

Return Value

True if successful

See Also