MediaStore.Audio.AudioColumns.InferredDate 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.
Caution
Use 'Android.Provider.MediaStore.IMediaColumns.InferredDate'. This class will be removed in a future release.
File's approximate creation date.
[Android.Runtime.Register("INFERRED_DATE", ApiSince=36)]
[System.Obsolete("Use 'Android.Provider.MediaStore.IMediaColumns.InferredDate'. This class will be removed in a future release.")]
public const string InferredDate;
[<Android.Runtime.Register("INFERRED_DATE", ApiSince=36)>]
[<System.Obsolete("Use 'Android.Provider.MediaStore.IMediaColumns.InferredDate'. This class will be removed in a future release.")>]
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.