Gets the date and time associated with the element being drawn.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# 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.
If there is not any time associated with the element, the return value is DateTime.MinValue.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |