ExifInterface.TagOffsetTimeOriginal Field

Definition

A tag used to record the offset from UTC (the time difference from Universal Time Coordinated including daylight saving time) of the time of DateTimeOriginal tag.

[Android.Runtime.Register("TAG_OFFSET_TIME_ORIGINAL", ApiSince=30)]
public const string TagOffsetTimeOriginal;
[<Android.Runtime.Register("TAG_OFFSET_TIME_ORIGINAL", ApiSince=30)>]
val mutable TagOffsetTimeOriginal : string

Field Value

Attributes

Remarks

A tag used to record the offset from UTC (the time difference from Universal Time Coordinated including daylight saving time) of the time of DateTimeOriginal tag. The format when recording the offset is "±HH:MM". The part of "±" shall be recorded as "+" or "-". When the offsets are unknown, all the character spaces except colons (":") should be filled with blank characters, or else the Interoperability field should be filled with blank characters. The character string length is 7 Bytes including NULL for termination. When the field is left blank, it is treated as unknown.

<ul> <li>Tag = 36881</li> <li>Type = String</li> <li>Length = 7</li> <li>Default = None</li> </ul>

Java documentation for android.media.ExifInterface.TAG_OFFSET_TIME_ORIGINAL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to