Gets the Boolean value, determining if the DateTimeInterval object represents one or more full days.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool IsFullDay { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsFullDay As Boolean
	Get

See Also