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