PocketPlanner Programmer's Guide

DateEventArgs.Date Property

See Also

Gets the date and time associated with the event.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime Date { get; }

Visual Basic

Public ReadOnly Property Date As DateTime

 Property Value

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

 See Also