Gets the start time of the cell whose presenter is being created.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public DateTime StartTime { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property StartTime As DateTime |
A .NET DateTime object.
This property, along with the EndTime and Resource properties, can be used to determine whether to create a custom CellPresenter object for a particular cell.