nn::ptm::CTR::SetRtcAlarm FunctionResult SetRtcAlarm( nn::fnd::DateTime datetime );
| Name | Description | |
|---|---|---|
| in | datetime | Specifies an alarm time |
Sets an alarm.
The alarm is set to report at a desired time, and when that time comes the event that was registered by RegisterAlarmEvent is signaled.
For the alarm you can specify any time between 01/01/2000 and 12//31/2099.
There might be as much as a 1 minute delay after the passage of the specified time. This specification could be changed in the future.
If a time that has already past is specified for the alarm, the notification is made immediately.
If the alarm has been configured already, the function returns nn::ptm::ResultAlarmOverWrite. The alarm is set successfully even in this case.
CONFIDENTIAL