Search
ModifiedItemInfo.OldEndTime Property
See Also
 






Gets the previous end time of the modified item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime OldEndTime { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldEndTime As DateTime

 Property Value

A DateTime object representing the previous end time of the modified item.

 See Also