Share via


TvContract.RecordedPrograms.ColumnRecordingExpireTimeUtcMillis Field

Definition

The expiration time for this recorded program, in milliseconds since the epoch.

[Android.Runtime.Register("COLUMN_RECORDING_EXPIRE_TIME_UTC_MILLIS", ApiSince=24)]
public const string ColumnRecordingExpireTimeUtcMillis;
[<Android.Runtime.Register("COLUMN_RECORDING_EXPIRE_TIME_UTC_MILLIS", ApiSince=24)>]
val mutable ColumnRecordingExpireTimeUtcMillis : string

Field Value

Attributes

Remarks

The expiration time for this recorded program, in milliseconds since the epoch.

Recorded TV programs do not expire by default unless explicitly requested by the user or the user allows applications to delete them in order to free up disk space for future recording. However, some TV content can have expiration date set by the content provider when recorded. This field is used to indicate such a restriction.

Can be empty.

Type: INTEGER (long)

Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_EXPIRE_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