Gets or sets the start time of the activity.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
DateTime StartTime { get; set; } |
Visual Basic
Copy Code
|
|---|
Property StartTime As DateTime |
A .NET DateTime object specifying the start time.
See Also