MindFusion.Scheduling for Silverlight Programmer's Guide
Appointment.EndTime Property
See Also
 





Gets or sets the appointment's scheduled old end time.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public override DateTime EndTime { get; set; }

Visual Basic  Copy Code

Public Overrides Property EndTime As DateTime

 Property Value

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

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace
StartTime Property
AllDayEvent Property