PocketPlanner Programmer's Guide

Item Class

See Also

Represents events scheduled to occur at some point in time. It is derived by concrete classes such as Appointment.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public abstract class Item : ICloneable

Visual Basic

Public MustInherit Class Item
    Implements ICloneable

 Inheritance Hierarchy

System.Object
    MindFusion.Scheduling.Item
        MindFusion.Scheduling.Appointment

 See Also