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