TvContract.Programs.ColumnStartTimeUtcMillis 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 start time of this TV program, in milliseconds since the epoch.
[Android.Runtime.Register("COLUMN_START_TIME_UTC_MILLIS")]
public const string ColumnStartTimeUtcMillis;
[<Android.Runtime.Register("COLUMN_START_TIME_UTC_MILLIS")>]
val mutable ColumnStartTimeUtcMillis : string
Field Value
- Attributes
Remarks
The start time of this TV program, in milliseconds since the epoch.
The value should be equal to or larger than #COLUMN_END_TIME_UTC_MILLIS
of the previous program in the same channel. In practice, start time will usually be the end time of the previous 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_START_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.