Gets the end time associated with the element being drawn.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public TimeSpan EndTime { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property EndTime As TimeSpan |
A .NET TimeSpan object specifying the end time related to the element being drawn.
This property is used only with certain events in the Timetable view. For events that do not use it, it is set to TimeSpan.Zero.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |