Gets or sets the estimated duration of this task.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int EstimatedDuration { get; set; } |
Visual Basic Copy Code |
---|
Public Property EstimatedDuration As Integer |
An integer value specifying the task's scheduled duration. The default is 0.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |