PocketPlanner Programmer's Guide

DateChangedEventArgs.NewDate Property

See Also

Gets the new visible date.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime NewDate { get; }

Visual Basic

Public ReadOnly Property NewDate As DateTime

 Property Value

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

 See Also