Search
ModifiedItemInfo.OldStartTime Property
See Also
 





Gets the previous start time of the modified item.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime OldStartTime { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldStartTime As DateTime

 Property Value

A .NET DateTime object representing the previous start time of the modified item.

 See Also