Gets the date and time associated with the element being drawn.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public DateTime Date { get; } |
Visual Basic
![]() |
---|
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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |