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