Share via


ExifInterface.DateTimeOriginal Property

Definition

Returns parsed #TAG_DATETIME_ORIGINAL value, or -1 if unavailable or invalid.

public virtual long DateTimeOriginal { [Android.Runtime.Register("getDateTimeOriginal", "()J", "GetGetDateTimeOriginalHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getDateTimeOriginal", "()J", "GetGetDateTimeOriginalHandler", ApiSince=31)>]
member this.DateTimeOriginal : int64

Property Value

Attributes

Remarks

Returns parsed #TAG_DATETIME_ORIGINAL value, or -1 if unavailable or invalid.

Java documentation for android.media.ExifInterface.getDateTimeOriginal().

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