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





Gets or sets the item's scheduled end time.

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

 Syntax

C#  Copy Code

public abstract DateTime EndTime { get; set; }

Visual Basic  Copy Code

Public MustOverride Property EndTime As DateTime

 Property Value

A .NET DateTime instance.

 Remarks

This property specifies the last time cell occupied by the item in a Calendar view.

 See Also

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