Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: Tuner.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TRdsProgrammeItemNumber

class TRdsProgrammeItemNumber;

Description

Programme Item Number - identifies the start time of the current programme, as published by the broadcaster.

Members

Defined in TRdsProgrammeItemNumber:
iDayOfMonth, iHour, iMinute, operator!=(), operator==()


Member functions


operator==()

inline TInt operator==(const TRdsProgrammeItemNumber &aPin) const;

Description

Parameters

const TRdsProgrammeItemNumber &aPin

- comparator

Return value

TInt

Non zero if the objects have the same timestamp, zero otherwise


operator!=()

inline TInt operator!=(const TRdsProgrammeItemNumber &aPin) const;

Description

Parameters

const TRdsProgrammeItemNumber &aPin

- comparator

Return value

TInt

Non zero if the objects are identical (member based comparison), zero otherwise

[Top]


Member data


iDayOfMonth

TInt iDayOfMonth;

Description

The day of the month of the broadcast, in the range 1-31


iHour

TInt iHour;

Description

The hour of the day, in the range 0-23


iMinute

TInt iMinute;

Description

The minute past the hour, in the range 0-59