Configure a recurring wake up event

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

Syntax

C#
[ObsoleteAttribute("AlarmClock.SetRecurringAlarm has been deprecated.  Please use AlarmClock.CreateOrUpdateAlarms to set new recurring alarm.", 
	false)]
void SetRecurringAlarm(
	DateTime nextTime,
	AlarmInterval interval
)
Visual Basic (Declaration)
<ObsoleteAttribute("AlarmClock.SetRecurringAlarm has been deprecated.  Please use AlarmClock.CreateOrUpdateAlarms to set new recurring alarm.",  _
	False)> _
Sub SetRecurringAlarm ( _
	nextTime As DateTime, _
	interval As AlarmInterval _
)

Parameters

nextTime
Type: System..::.DateTime
DateTime, Setting for a recurring wake on. Note: The latest time that can be represented is 03:14:07 UTC on Tuesday, 19 January 2038.
interval
Type: Intel.Manageability.AlarmClock..::.AlarmInterval
AlarmInterval, setting for the interval

See Also