Search
Appointment.EndTime Property
See Also
 






Gets or sets the appointment's scheduled end time.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public override DateTime EndTime { get; set; }

Visual Basic  Copy Code

Public Overrides Property EndTime As DateTime

 Property Value

A DateTime object specifying the appointment's end time. The default is DateTime.MaxValue.

 See Also