 | AlarmExactlyAt Method |
Sets the alarm time to precise date and time.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic void ExactlyAt(
DateTime alarmTime
)
Public Sub ExactlyAt (
alarmTime As DateTime
)
public:
void ExactlyAt(
DateTime alarmTime
)
member ExactlyAt :
alarmTime : DateTime -> unit Parameters
- alarmTime DateTime
- Date and time at which alarm should be raised .
See Also