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