PocketPlanner Programmer's Guide

DateChangedEventArgs.PreviousDate Property

See Also

Gets the previous visible date.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime PreviousDate { get; }

Visual Basic

Public ReadOnly Property PreviousDate As DateTime

 Property Value

A .NET DateTime object specifying the previous date related to the raised event.

 See Also