Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SCHINFO.H>
Link against: schsvr.lib

Class TScheduleEntryInfo

Interface status: deprecated and replaced by TScheduleEntryInfo2

class TScheduleEntryInfo;

Description

Contains detailed information for a single schedule entry.

A schedule can have any number of schedule entries. A client passes one or more of these objects, contained within an array, to the RScheduler functions that create or amend a schedule.

Members

Defined in TScheduleEntryInfo:

See also:


Member data


iIntervalType

Interface status: deprecated Inherited from: TScheduleEntryInfo

TIntervalType iIntervalType;

Description

Defines the type of time-frame relative to which execution of tasks is timed; for example, EHourly implies relative to the current hour, EDaily implies relative to the current day.

See also:


iStartTime

Interface status: deprecated Inherited from: TScheduleEntryInfo

TTime iStartTime;

Description

The first time that the entry will cause execution of tasks.


iInterval

Interface status: deprecated Inherited from: TScheduleEntryInfo

TInt iInterval;

Description

The interval between execution of tasks.

The way that this value is interpreted depends on the value of iIntervalType. For example, if the interval is 2 and iIntervalType has a value of EMonthly, then the interval is 2 months.

The interval must have a minimum value of 1.

See also:


iValidityPeriod

Interface status: deprecated Inherited from: TScheduleEntryInfo

TTimeIntervalMinutes iValidityPeriod;

Description

The period for which the entry is valid.

After the validity period has expired, tasks associated with the entry will not be eligible for execution.