Report.TotalTime Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the total time spent solving the model, in milliseconds.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property TotalTime As Long
public long TotalTime { get; }
public:
property long long TotalTime {
    long long get ();
}
member TotalTime : int64
function get TotalTime () : long

Property Value

Type: System.Int64
The total time, in milliseconds.

.NET Framework Security

See Also

Reference

Report Class

Microsoft.SolverFoundation.Services Namespace