System.Context.currentAlarm.clearTime¶ Description¶ The clear time of the current alarm. Grammar¶ System.Context.currentAlarm.clearTime Code Example¶ Get the clear time of the current alarm. const time = System.Context.currentAlarm.clearTime; console.log(time);