Gets or sets the first visible time of displayed days.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public TimeSpan VisibleStartTime { get; set; } |
Visual Basic Copy Code |
---|
Public Property VisibleStartTime As TimeSpan |
A TimeSpan object.
This setting only works if the Unit is set to Hours and the UnitCount is set to 1 or if the Unit is set to Minutes.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |