MediaStore.Audio.AlbumColumns.FirstYear Field

Definition

Caution

Use 'Android.Provider.MediaStore.Audio.IAlbumColumns.FirstYear'. This class will be removed in a future release.

The year in which the earliest songs on this album were released.

[Android.Runtime.Register("FIRST_YEAR")]
[System.Obsolete("Use 'Android.Provider.MediaStore.Audio.IAlbumColumns.FirstYear'. This class will be removed in a future release.")]
public const string FirstYear;
[<Android.Runtime.Register("FIRST_YEAR")>]
[<System.Obsolete("Use 'Android.Provider.MediaStore.Audio.IAlbumColumns.FirstYear'. This class will be removed in a future release.")>]
val mutable FirstYear : string

Field Value

Attributes

Remarks

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