Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <Tuner.h>
This item is not part of the S60 5th Edition SDK

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:


Member functions


operator==(const TRdsProgrammeItemNumber &)const

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!=(const TRdsProgrammeItemNumber &)const

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