Gets the start time of the item fragment represented by the presenter. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime StartTime { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property StartTime As DateTime |
See Also