PocketPlanner Programmer's Guide

ItemModifiedEventArgs.OldEndTime Property

See Also

Gets the old end time of the item.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime OldEndTime { get; }

Visual Basic

Public ReadOnly Property OldEndTime As DateTime

 Property Value

A .NET DateTime value representing the original end time of the modified item.

 See Also