Gets a value indicating whether this instance is one day.

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

Syntax

C#
[JsonAttribute(true)]
public bool IsOneDay { get; }
Visual Basic
<JsonAttribute(True)> _
Public ReadOnly Property IsOneDay As Boolean
	Get

Field Value

true if this instance is one day; otherwise, false.

See Also