TvContract.Programs.ColumnEndTimeUtcMillis Field

Definition

The end time of this TV program, in milliseconds since the epoch.

[Android.Runtime.Register("COLUMN_END_TIME_UTC_MILLIS")]
public const string ColumnEndTimeUtcMillis;
[<Android.Runtime.Register("COLUMN_END_TIME_UTC_MILLIS")>]
val mutable ColumnEndTimeUtcMillis : string

Field Value

Attributes

Remarks

The end time of this TV program, in milliseconds since the epoch.

The value should be equal to or less than #COLUMN_START_TIME_UTC_MILLIS of the next program in the same channel. In practice, end time will usually be the start time of the next program.

Can be empty if this program belongs to a Channels#TYPE_PREVIEW channel.

Type: INTEGER (long)

Java documentation for android.media.tv.TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS.

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