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 |
|---|---|
ResultSuccess |
Process was successful. |
ResultNoAlarm |
An alarm has not been configured. |
Gets the time for which the alarm has been set.
If the time has been reported already, or if an alarm has not been configured, the function returns nn::ptm::ResultNoAlarm. In these cases, no value is placed in pDatetime.
CONFIDENTIAL