Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: t32alm.h
Link against:

Enum TAlarmClockRepeat

TAlarmClockRepeat

Support

Supported from 5.0

Description

Defines how often a clock alarm is repeated, whether it is deleted after being acknowledged, and the way that the alarm is modified when the system time is changed.

EAlarmClockOnce

The alarm activates at a specified date and time. It is then deleted.

EAlarmClockNext24hours

The alarm activates at a specified time within the next 24 hours. It is then deleted.

EAlarmClockDaily

The alarm activates at a specified time every day — the alarm is not deleted.

EAlarmClockWeekly

The alarm activates at a specified time on the same day every week — the alarm is not deleted.

EAlarmClockWorkday

The alarm activates every work day at the specified time — the alarm is not deleted.