PocketPlanner Programmer's Guide

ItemModifyConfirmEventArgs.NewEndTime Property

See Also

Gets or sets the new end time of the item.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime NewEndTime { get; set; }

Visual Basic

Public Property NewEndTime As DateTime

 Property Value

A .NET 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