MindFusion WinForms Programmer's Guide
DrawEventArgs.Date Property
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime Date { get; }

Visual Basic  Copy Code

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

DrawEventArgs Members
DrawEventArgs Class
MindFusion.Scheduling.WinForms Namespace