Search
ItemModifyConfirmEventArgs.NewStartTime Property
See Also
 






Gets or sets the new start time of the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime NewStartTime { get; set; }

Visual Basic  Copy Code

Public Property NewStartTime As DateTime

 Property Value

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

 Remarks

You will generally need to inspect the value of this property in order to see whether the new start time of the item would satisfy the criteria of your application, so 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 start time of the item, disregarding the user's actions.

 See Also