Share via


MediaStore.Images.Media.InterfaceConsts.InferredDate Field

Definition

File's approximate creation date.

[Android.Runtime.Register("INFERRED_DATE", ApiSince=36)]
public const string InferredDate;
[<Android.Runtime.Register("INFERRED_DATE", ApiSince=36)>]
val mutable InferredDate : string

Field Value

Attributes

Remarks

File's approximate creation date.

Following is the derivation logic: 1. If MediaColumns#DATE_TAKEN is present, use it. 2. If MediaColumns#DATE_TAKEN is absent, use MediaColumns#DATE_MODIFIED. Note: When QUERY_ARG_MEDIA_STANDARD_SORT_ORDER query argument is used, the sorting is based on this column in descending order.

Java documentation for android.provider.MediaStore.MediaColumns.INFERRED_DATE.

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