Get the setting for the next wake up and next interval. Note that if settings do not exist in the target system, NextAlarmTime will return DateTime.MinValue, and Interval will return null.

Namespace:  Intel.Manageability.AlarmClock
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
[ObsoleteAttribute("AlarmClock.GetAlarmClockSettings has been deprecated.  Please use AlarmClock.GetAllAlarmsSettings to get one alarm in AMT version smaller than 8.0, and multiplr alarms in AMT version greater than 8.0", 
	false)]
AlarmClockSettings GetAlarmClockSettings()
Visual Basic (Declaration)
<ObsoleteAttribute("AlarmClock.GetAlarmClockSettings has been deprecated.  Please use AlarmClock.GetAllAlarmsSettings to get one alarm in AMT version smaller than 8.0, and multiplr alarms in AMT version greater than 8.0",  _
	False)> _
Function GetAlarmClockSettings As AlarmClockSettings

Return Value

Time and interval settings for the next wake up.

See Also