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