MindFusion WinForms Programmer's Guide
Selection.DayRanges Property
See Also
 





Gets a read-only list of .NET DateTime objects, sorted chronologically. Each pair in the list represents an interval of selected days.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public IList<DateTime> DayRanges { get; }

Visual Basic  Copy Code

Public ReadOnly Property DayRanges As IList(Of DateTime)

 Property Value

An instance of an IList class containing even number of DateTime objects.

 Remarks

Any attempt to modify the returned list will result in a NotSupportedException exception. If you want to add or remove date intervals from the selection, use the Add, Set and Remove methods respectively.

 See Also

Selection Members
Selection Class
MindFusion.Scheduling.WinForms Namespace
Ranges Property