Share via


CloudMediaProviderContract.SortOrderDescDateTaken Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.CloudMediaProviderContractSortOrder enum directly instead of this field.

Sort items in descending order by the DATE_TAKEN_MILLIS.

[Android.Runtime.Register("SORT_ORDER_DESC_DATE_TAKEN", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CloudMediaProviderContractSortOrder enum directly instead of this field.", true)]
public const Android.Provider.CloudMediaProviderContractSortOrder SortOrderDescDateTaken = 1;
[<Android.Runtime.Register("SORT_ORDER_DESC_DATE_TAKEN", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CloudMediaProviderContractSortOrder enum directly instead of this field.", true)>]
val mutable SortOrderDescDateTaken : Android.Provider.CloudMediaProviderContractSortOrder

Field Value

Value = 1
Attributes

Remarks

Sort items in descending order by the DATE_TAKEN_MILLIS.

This means the most recently taken photos or videos will appear first.

Type: INTEGER

Java documentation for android.provider.CloudMediaProviderContract.SORT_ORDER_DESC_DATE_TAKEN.

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