Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IScheduleEntry interface manages a ScheduleEntry object.
In addition to the methods inherited from IDispatch, the IScheduleEntry interface exposes the following methods.
Method | Description |
get_EndTime | Retrieves the end time of the entry. |
get_ID | Retrieves the unique identifier of this ScheduleEntry object. |
get_Length | Retrieves the time length in seconds between the start time and end time. |
get_MetaProperties | Retrieves the associated MetaProperties object. |
get_Program | Retrieves the associated Program object. |
get_Service | Retrieves the associated Service object. |
get_StartTime | Retrieves the start time of the entry. |
put_EndTime | Specifies the end time of the entry. |
put_StartTime | Specifies the start time of the entry. |
putref_Program | Specifies the Program object for the entry. |
putref_Service | Specifies the Service object for the entry. |
Remarks
The IID of this interface is IID_IScheduleEntry.