If the alarm to be queried contains an alarm and the alarm time is later than the current time, which of the following statements is correct about the getList service?
A.
"alarm_namen is "Alarm" and "alarmjime" < "$current_time".
B.
"alarm_name" contains "Alarm" and "alarm_time" > "$current_time"
C.
"alarm_name" is "Alarm" and "alarm_time" > "$current_time".
D.
"alarm_name" contains "Alarm" and "alarm_time" < "$current_time"
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit