Gets or sets the item's scheduled end time.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract DateTime EndTime { get; set; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride Property EndTime As DateTime |
A .NET DateTime instance.
RemarksThis property specifies the last time cell occupied by the item in a Calendar view.
See Also