ExifInterface.GpsDateTime Property
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.
Returns number of milliseconds since Jan.
public virtual long GpsDateTime { [Android.Runtime.Register("getGpsDateTime", "()J", "GetGetGpsDateTimeHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getGpsDateTime", "()J", "GetGetGpsDateTimeHandler", ApiSince=31)>]
member this.GpsDateTime : int64
Property Value
- Attributes
Remarks
Returns number of milliseconds since Jan. 1, 1970, midnight UTC. Returns -1 if the date time information if not available.
Java documentation for android.media.ExifInterface.getGpsDateTime()
.
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.