PocketPlanner Programmer's Guide

Appointment.EndTime Property

See Also

Gets or sets the appointment's scheduled end time.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override DateTime EndTime { get; set; }

Visual Basic

Public Overrides Property EndTime As DateTime

 Property Value

A .NET DateTime object specifying the appointment's end time. The default is DateTime.MaxValue.

 See Also