addDateTimeStampTag

Creates, formats, and sets the DateTimeStamp tag for one of: {@see #ExifTagKey.DATE_TIME} , {@see #ExifTagKey.DATE_TIME_DIGITIZED} , {@see #ExifTagKey.DATE_TIME_ORIGINAL} .

Return

true if success, false if the tag could not be set.

Parameters

tag

one of the DateTimeStamp tags.

timestamp

a timestamp to format.

timezone

a TimeZone object.

open fun addDateTimeStampTag(tag: Exify.TAG, timestamp: Long, timezone: TimeZone): Boolean