Gets a read-only collection of DateTime objects, sorted chronologically. Each pair in the collection represents a selected time range.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public IList<DateTime> Ranges { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Ranges As IList(Of DateTime) |
A strongly-typed collection of DateTime objects.
Any attempt to modify this collection will result in a NotSupportedException.