TvContract.Programs.ColumnEpisodeDisplayNumber 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 episode display number of this TV program for episodic TV shows.
[Android.Runtime.Register("COLUMN_EPISODE_DISPLAY_NUMBER", ApiSince=24)]
public const string ColumnEpisodeDisplayNumber;
[<Android.Runtime.Register("COLUMN_EPISODE_DISPLAY_NUMBER", ApiSince=24)>]
val mutable ColumnEpisodeDisplayNumber : string
Field Value
- Attributes
Remarks
The episode display number of this TV program for episodic TV shows.
This is used to indicate the episode number. (e.g. 1, 2 or 3) Note that the value does not necessarily be numeric. (e.g. 12B)
Can be empty.
Type: TEXT
Android reference for android.media.tv.TvContract.Programs.COLUMN_EPISODE_DISPLAY_NUMBER.
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.