PocketPlanner Programmer's Guide

CustomDrawArgs.Date Property

See Also

Gets the date and time associated with the element being drawn.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime Date { get; }

Visual Basic

Public ReadOnly Property Date As DateTime

 Property Value

A DateTime object specifying the date related to the element being drawn.

 Remarks

If there is not any time associated with the element, the return value is DateTime.MinValue.

 See Also