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