Search
Item.EndTime Property
See Also
 






Gets or sets the item's scheduled end time.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract DateTime EndTime { get; set; }

Visual Basic  Copy Code

Public MustOverride Property EndTime As DateTime

 Property Value

A DateTime instance.

 Remarks

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

 See Also