SatSolution.Time Property

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

Gets the amount of time spent during a search.

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

Syntax

'Declaration
Public ReadOnly Property Time As TimeSpan
public TimeSpan Time { get; }
public:
property TimeSpan Time {
    TimeSpan get ();
}
member Time : TimeSpan
function get Time () : TimeSpan

Property Value

Type: System.TimeSpan
The amount of time spent during a search.

.NET Framework Security

See Also

Reference

SatSolution Class

Microsoft.SolverFoundation.Solvers Namespace