Sets the alarm time to precise date and time.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public void ExactlyAt(
	DateTime alarmTime
)
Visual Basic
Public Sub ExactlyAt ( _
	alarmTime As DateTime _
)
Visual C++
public:
void ExactlyAt(
	DateTime alarmTime
)

Parameters

alarmTime
Type: System..::..DateTime
Date and time at which alarm should be raised .

See Also