diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-E173DF0D-DBE3-45DE-8763-453940DF3E5B.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-E173DF0D-DBE3-45DE-8763-453940DF3E5B.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,21 @@ + + + + + +Setting +Alarm Status +

Each alarm has a status property, which can have a value +of enabled or disabled. When you add an alarm, the status of +the alarm is enabled. Disabled alarms do not notify at the time they are due, +and they are ignored by the Alarm Server.

Use RASCliSession::SetAlarmStatus() to +change the status of the specified alarm to enabled or disabled. The following +code fragment illustrates how to set alarm status:

TAlarmId alarmId; +TheAlarmServerSession.SetAlarmStatus( alarmId , EAlarmStatusEnabled );
+
\ No newline at end of file