Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: t32wld.h
Link against:

Class TAlarmInfo

TAlarmInfo

Support

Supported from 5.0

Description

Stores alarm information.

The information can be about outstanding alarms — retrieved from the alarm server — or new alarms which the client wishes to post.

Defined in TAlarmInfo:
iAlarmId, iAlarmTime, iDueTime, iMessage, iRepeat, iSound, iType


Data members


iAlarmId

TInt iAlarmId

Description

The alarm ID, used to reference a particular alarm


iDueTime

TTime iDueTime

Description

The alarm due time.


iAlarmTime

TTime iAlarmTime

Description

The alarm time.


iType

TAlarmType iType

Description

The type of alarm.


iMessage

TAlarmMessage iMessage

Description

The alarm message.


iSound

TAlarmSoundName iSound

Description

The name of the sound file to play when the alarm activates.


iRepeat

TAlarmClockRepeat iRepeat

Description

This field is only relevant to clock alarms. It defines the repetition rate. E.g. is the alarm to occur once, daily etc.