PocketPlanner Programmer's Guide

Item.EndTime Property

See Also

Gets or sets the item's scheduled end time.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public abstract DateTime EndTime { get; set; }

Visual Basic

Public MustOverride Property EndTime As DateTime

 Property Value

A .NET DateTime instance.

 Remarks

This property specifies the last time cell occupied by the item in a Calendar view.

 See Also