Platform SDK: Broadcast Architecture |
Each CTimeSlot object corresponds to a single record of the Time Slot table in the Guide database. These objects are created and initialized by CTimeSlotRecordset objects.
The CTimeSlot class provides the following methods, which your application can use to set and retrieve the values of fields for a CTimeSlot object.
Method | Description |
---|---|
SetChannelID | Sets the value of the TS Channel ID field. |
SetEpisodeID | Sets the value of the TS Episode ID field. |
SetStartTime | Sets the value of the TS Start Time field. |
SetEndTime | Sets the value of the TS End Time field. |
SetLength | Sets the value of the TS Length field. |
SetLastUpdate | Sets the value of the TS Last Update field. |
SetClosedCaption | Sets the value of the TS Closed Caption field. |
SetStereo | Sets the value of the TS Stereo field. |
SetRerun | Sets the value of the TS Rerun field. |
SetOtherPropertiesExist | Sets the value of the TS Other Properties Exist field. |
SetAlternateDataExists | Sets the value of the TS Alternate Data Exists field. |
SetAlternateAudioExists | Sets the value of the TS Alternate Audio Exists field. |
TimeSlotID | Retrieves the value of the TS Time Slot ID field. This field is automatically generated and cannot be set. |
ChannelID | Retrieves the value of the TS Channel ID field. |
EpisodeID | Retrieves the value of the TS Episode ID field. |
StartTime | Retrieves the value of the TS Start Time field. |
EndTime | Retrieves the value of the TS End Time field. |
Length | Retrieves the value of the TS Length field. |
LastUpdate | Retrieves the value of the TS Last Update field. |
ClosedCaption | Retrieves the value of the TS Closed Caption field. |
Stereo | Retrieves the value of the TS Stereo field. |
Rerun | Retrieves the value of the TS Rerun field. |
OtherPropertiesExist | Retrieves the value of the TS Other Properties Exist field. |
AlternateDataExists | Retrieves the value of the TS Alternate Data Exists field. |
AlternateAudioExists | Retrieves the value of the TS Alternate Audio Exists field. |
For more information on the methods that CTimeSlot contains but that are reserved for future use, see Reserved Methods in CTimeSlot.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in timeslot.h.
Import Library: Use dbsets.lib or dbsetsst.lib.