ScheduleEvent Class
Represents a scheduled recording event. Multiple instances of the ScheduleEvent object may be created and returned for one specific scheduled recording event. To determine whether multiple instances of the class are pointing to the same event, compare their Id properties.
Syntax
public class ScheduleEvent
Public Instance Methods
Method | Description |
Cancel | Cancels a future or ongoing scheduled recording event. |
GetConflictingScheduleEvents | Gets any scheduled recording events that conflict with the current recording event. |
GetExtendedProperty | Gets the value of a specified property for the current scheduled recording event. |
GetScheduleRequest | Gets a recording request. |
Public Instance Properties
Property | Description |
EndTime | Gets the ending time of a scheduled recording event. |
Id | Gets a unique string ID for a scheduled recording event. |
StartTime | Gets the starting time of a scheduled recording event. |
State | A member of the ScheduleEventStates enumeration, which indicates the current state of a scheduled recording event. |
See Also