Search
DrawEventArgs.Date Property
See Also
 






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

Namespace: MindFusion.Scheduling
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