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