Indicates whether the DaySlot represents the current day.

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

Syntax

C#
public bool IsToday { get; private set; }
Visual Basic
Public Property IsToday As Boolean
	Get
	Private Set

See Also