Location:
t32alm.h
Link against: n/a
TAlmSoundPlay
Supported from 5.0
An alarm interval.
An alarm interval consists of a duration and an offset.
An array of alarm intervals is stored and managed by the alarm
server. It can be set and retrieved using
RAlarmServer::SetAlarmPlayIntervals()
and
RAlarmServer::GetAlarmPlayIntervalsL()
.
Defined in TAlmSoundPlay
:
TAlmSoundPlay()
, iDuration
, iOffset
TAlmSoundPlay();
Trivial default C++ constructor.
Initialises the offset to zero and the duration to 30 seconds.
TAlmSoundPlay(TTimeIntervalMinutes aOffset, TTimeIntervalSeconds aDuration);
C++ constructor with an offset and a duration.
|
TTimeIntervalMinutes iOffset;
The offset.
This is the number of minutes between the alarm being activated and the alarm sound beginning to play.
TTimeIntervalSeconds iDuration;
The duration.
This is is the number of seconds the alarm sound plays.