Gets or sets the appointment's scheduled end time.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public override DateTime EndTime { get; set; } |
Visual Basic Copy Code |
---|
Public Overrides Property EndTime As DateTime |
A DateTime object specifying the appointment's end time. The default is DateTime.MaxValue.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |