Gets or sets the start time of the resource allocation.
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.
See Also