Represents a strongly-typed sorted collection of DateTime objects.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public sealed class DateCollection : IList<DateTime>, ICollection<DateTime>, IEnumerable<DateTime>, IEnumerable |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class DateCollection |
Inheritance HierarchySystem.Object![]()
MindFusion.Scheduling.DateCollection
See Also