This method returns a time stamp specifying when the solving process started.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
protected virtual double GetStartTime()
Visual Basic
Protected Overridable Function GetStartTime As Double

Remarks

To compute elapsed time in seconds, subtract the result of getCplexTime from the result of this method.

The absolute value of the time stamp is not meaningful.

See Also