EPOC   SDK Home Glossary Indexes Previous Next Up

TAlarmClockRepeat enum


TAlarmClockRepeat enum — Alarm repeat flags

Defined in

t32alm.h

Description

This enumeration 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.

EPOC       SDK Home Glossary Indexes Previous Next Up