CTimeSlot

[This is preliminary documentation and subject to change.]

Each CTimeSlot object corresponds to a single record of the Time Slot table in the Guide database. You can use the methods of CTimeSlot to retrieve and set field values. These objects are created and initialized by CTimeSlotRecordset objects.

The CTimeSlot class provides the following methods:

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.
SetPaymentAddress Sets the value of the TS Payment Address field.
SetPaymentToken Sets the value of the TS Payment Token field.
SetLastUpdate Sets the value of the TS Last Update field.
SetPayPerView Sets the value of the TS Pay Per View 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.
SetTapeInhibited Sets the value of the TS Tape Inhibited 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.
PaymentAddress Retrieves the value of the TS Payment Address field.
PaymentToken Retrieves the value of the TS Payment Token field.
LastUpdate Retrieves the value of the TS Last Update field.
PayPerView Retrieves the value of the TS Pay Per View 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.
TapeInhibited Retrieves the value of the TS Tape Inhibited 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.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in timeslot.h.
  Import Library: Use dbsets.lib or dbsetsSt.lib.
  Unicode: Yes.