PocketPlanner Programmer's Guide

DateCollection Class

See Also

Represents a strongly-typed sorted collection of DateTime objects.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public sealed class DateCollection : CollectionBase

Visual Basic

Public NotInheritable Class DateCollection
    Inherits CollectionBase

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Scheduling.Compact.DateCollection

 See Also