MindFusion.Wpf Pack Programmer's Guide
CellPresenterCreatingEventArgs.EndTime Property
See Also
 





Gets the end time of the cell whose presenter is being created.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public DateTime EndTime { get; }

Visual Basic  Copy Code

Public ReadOnly Property EndTime As DateTime

 Property Value

A .NET DateTime object.

 Remarks

This property, along with the StartTime and Resource properties, can be used to determine whether to create a custom CellPresenter object for a particular cell.

 See Also

CellPresenterCreatingEventArgs Members
CellPresenterCreatingEventArgs Class
MindFusion.Scheduling Namespace