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.Compact
|
C# |
---|
public ArrayList DayRanges { get; } |
Visual Basic |
---|
Public ReadOnly Property DayRanges As ArrayList |
An instance of an ArrayList class containing even number of DateTime objects.
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.