Search
ItemModifyConfirmEventArgs.NewEndTime Property
See Also
 






Gets or sets the new end time of the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime NewEndTime { get; set; }

Visual Basic  Copy Code

Public Property NewEndTime As DateTime

 Property Value

A DateTime object specifying the item's new end time.

 Remarks

You will generally need to inspect the value of this property in order to see whether the new end time of the item would satisfy the criteria of your application, in order to confirm or refuse the user operation accordingly. In certain cases, however, you might want to set a new value to this property, thus forcing the end time of the item, disregarding the user's actions.

 See Also