ExifInterface.TagOffsetTimeDigitized Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A tag used to record the offset from UTC (the time difference from Universal Time Coordinated including daylight saving time) of the time of DateTimeDigitized tag.
[Android.Runtime.Register("TAG_OFFSET_TIME_DIGITIZED", ApiSince=30)]
public const string TagOffsetTimeDigitized;
[<Android.Runtime.Register("TAG_OFFSET_TIME_DIGITIZED", ApiSince=30)>]
val mutable TagOffsetTimeDigitized : 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 DateTimeDigitized 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 = 36882</li> <li>Type = String</li> <li>Length = 7</li> <li>Default = None</li> </ul>
Java documentation for android.media.ExifInterface.TAG_OFFSET_TIME_DIGITIZED
.
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.