AlarmEventArgs Class

Contains additional information about the alarm state when an AlarmEvent occurs in the Alarm class.

Namespace: elsystem

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Snooze bool True to turn on a 'snooze' alarm that continues to trigger an event using the interval value set using the 2 parameter Alarm.Create(time,inteval).
Public property Time datetime Gets and date and time of when the alarm event was triggered.  
Methods
  Name Description
Public property Create Creates an instance of the class.
Public property Create(time) Creates an instance of the class and sets a target date and time.