PocketPlanner Programmer's Guide

ItemTimeEventArgs.Time Property

See Also

Gets the old value of the time property whose change caused the event to occur.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public DateTime Time { get; }

Visual Basic

Public ReadOnly Property Time As DateTime

 Property Value

An instance of the .NET DateTime class.

 See Also