| AlarmBeforeEnd Method |
Sets the alarm time offset relative to end of the event.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public void BeforeEnd(
TimeSpan timeSpan
)
Public Sub BeforeEnd (
timeSpan As TimeSpan
)
public:
void BeforeEnd(
TimeSpan timeSpan
)
member BeforeEnd :
timeSpan : TimeSpan -> unit
Parameters
- timeSpan
- Type: SystemTimeSpan
Time span before event end when alarm should be raised.
See Also