Returns a time term before the appointment start; a negative value means that appointment is expired.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public TimeSpan GetTimeTillEvent()
Visual Basic
Public Function GetTimeTillEvent As TimeSpan

Return Value

A time term before the appointment starts; a negative value means that the appointment has expired.

See Also