ly.img.android.pesdk.backend.exif / Exify / addDateTimeStampTag

addDateTimeStampTag

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

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

Parameters

tag - Exify.TAG!: one of the DateTimeStamp tags.

timestamp - Long: a timestamp to format.

timezone - TimeZone!: a TimeZone object.

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