PocketPlanner Programmer's Guide

ItemModifiedEventArgs.OldStartTime Property

See Also

Gets the old start time of the item.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime OldStartTime { get; }

Visual Basic

Public ReadOnly Property OldStartTime As DateTime

 Property Value

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

 See Also