TvContract.RecordedPrograms.ColumnRecordingExpireTimeUtcMillis 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 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)
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.