Gets the date and time associated with the element being customized.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public DateTime Date { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Date As DateTime |
A DateTime object.
If there is no time associated with the element, the return value is DateTime.MinValue.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |