PocketPlanner Programmer's Guide

Schedule Class

See Also

Represents a timetable of scheduled events. In the model-view architecture, Schedule instances are the documents whose data is displayed by Calendar instances - the views.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public class Schedule : IDisposable

Visual Basic

Public Class Schedule
    Implements IDisposable

 Inheritance Hierarchy

System.Object
    MindFusion.Scheduling.Schedule

 See Also