Search
ItemModifiedEventArgs.OldEndTime Property
See Also
 






Gets the old end time of the 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 value representing the original end time of the modified item.

 See Also