Sets the alarm time offset relative to end of the event.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public void BeforeEnd(
	TimeSpan timeSpan
)
Visual Basic
Public Sub BeforeEnd ( _
	timeSpan As TimeSpan _
)
Visual C++
public:
void BeforeEnd(
	TimeSpan timeSpan
)

Parameters

timeSpan
Type: System..::..TimeSpan
Time span before event end when alarm should be raised.

See Also