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)
Parameter | Type | Description |
---|---|---|
modifyDate | DateTime& | The modify date. |
Return Value
True if successful
See Also
- class ImageMetadataReader
- namespace Aspose.Gis.ImageMetadata
- assembly Aspose.GIS