1,430 bytes added
, 11:04, 2 June 2014
{{Api_DataType_Spec
|Description=Represents the information for a live schedule.
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! Active
{{!}} bool
{{!}} Whether schedule is active or not
{{!}}- valign="top"
! ChannelId
{{!}} int
{{!}} Channel ID
{{!}}- valign="top"
! Dateins
{{!}} DateTime
{{!}} Insertion date of the object in DB
{{!}}- valign="top"
! Duration
{{!}} int
{{!}} Schedule duration
{{!}}- valign="top"
! ID
{{!}} int
{{!}} Live Schedule ID
{{!}}- valign="top"
! ProgramlId
{{!}} int
{{!}} Associated Program ID
{{!}}- valign="top"
! StartTime
{{!}} DateTime
{{!}} Start time for the query
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 4197938,
: "Dateins": 1301132310,
: "Active": true,
: "StartTime": 1400972400,
: "ProgramId": 5808773,
: "ChannelId": 268,
: "Duration": 900
}
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial data type implementation
{{!}} Harley Cabral
{{!}}- valign="top"
{{!}}}
|SeeAlso=
* [[EpgLiveSchedule|EpgLiveSchedule]] object
* [[EpgLiveProgram|EpgLiveProgram]] object
}}