PocketPlanner Programmer's Guide

ItemModifyConfirmEventArgs.NewStartTime Property

See Also

Gets or sets the new start time of the item.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime NewStartTime { get; set; }

Visual Basic

Public Property NewStartTime As DateTime

 Property Value

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