Gets the date and time associated with the element being drawn.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public DateTime Date { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Date As DateTime |
A DateTime object specifying the date related to the element being drawn.
RemarksIf there is not any time associated with the element, the return value is DateTime.MinValue.
See Also