Location:
MsvOffPeakTime.h
Link against: schsend.lib
class CMsvOffPeakTimes : public CArrayFixFlat< TMsvOffPeakTime >;
Array of off-peak time data.
This represents all the off-peak time periods in each week.
CArrayFixFlat< TMsvOffPeakTime >
- No description.
CMsvOffPeakTimes
- Array of off-peak time data
Defined in CMsvOffPeakTimes
:
CMsvOffPeakTimes()
, GetNextOffPeakTime()
IMPORT_C TInt GetNextOffPeakTime(const TTime &aFromTime, TMsvOffPeakTime &aNext, TTime &aNextTime) const;
Gets the off-peak time period that is after and closest to a specified time.
If aFromTime is within an off-peak time period, then that off-peak time period is returned.
|
|