Configure a single wake up event

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

Syntax

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

Parameters

nextTime
Type: System..::.DateTime
Alarm time, UTC format. Note: The latest time that can be represented is 03:14:07 UTC on Tuesday, 19 January 2038.

See Also