Click or drag to resize
Accord.NET (logo)

GeneralConvergenceStartTime Property

Gets or sets the time when the algorithm started running. When time will be tracked with the MaximumTime property, this property must also be set to a correct value.

Namespace:  Accord.Math.Convergence
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public DateTime StartTime { get; set; }
Request Example View Source

Property Value

Type: DateTime
See Also