MediaStore.Audio.Genres.Members.InterfaceConsts.DateExpires 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.
The time the media item should be considered expired.
[Android.Runtime.Register("DATE_EXPIRES", ApiSince=29)]
public const string DateExpires;
[<Android.Runtime.Register("DATE_EXPIRES", ApiSince=29)>]
val mutable DateExpires : string
Field Value
- Attributes
Remarks
The time the media item should be considered expired. Typically only meaningful in the context of #IS_PENDING
or #IS_TRASHED
.
The value stored in this column is automatically calculated when #IS_PENDING
or #IS_TRASHED
is changed. The default pending expiration is typically 7 days, and the default trashed expiration is typically 30 days.
Expired media items are automatically deleted once their expiration time has passed, typically during the next device idle period.
Java documentation for android.provider.MediaStore.MediaColumns.DATE_EXPIRES
.
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.