Gets or sets a date, indicating the end of a project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
Nullable<DateTime> ProjectEnd { get; set; } |
Visual Basic
Copy Code
|
|---|
Property ProjectEnd As Nullable(Of DateTime) |
A DateTime object, possibly null (Nothing in Visual Basic) to indicate no end time.
See Also