MindFusion.Scheduling for ASP.NET Programmer's Guide
Selection.Ranges Property
See Also
 





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

 Syntax

C#  Copy Code

public IList<DateTime> Ranges { get; }

Visual Basic  Copy Code

Public ReadOnly Property Ranges As IList(Of DateTime)

 Property Value

A strongly-typed collection of DateTime objects.

 Remarks

Any attempt to modify this collection will result in a NotSupportedException.

 See Also

Selection Members
Selection Class
MindFusion.Scheduling.WebForms Namespace