nn::ptm::CTR::GetRtcAlarm FunctionResult GetRtcAlarm( nn::fnd::DateTime * pDatetime );
| Name | Description | |
|---|---|---|
| out | pDatetime | Specifies the address where the obtained time should be placed. |
Result values listed below.| Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultNoAlarm |
An alarm has not been configured. |
Gets the time for which the alarm has been set.
If notification of the time has been sent already, or if an alarm has not been configured, the function returns ResultNoAlarm. In these cases, no value is placed in pDatetime.
CONFIDENTIAL