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