Gets a boolean value specifying whether Appointment is not All-Day event.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool IsNotAllDayEvent { get; }
Visual Basic
Public ReadOnly Property IsNotAllDayEvent As Boolean
	Get

See Also