GH_SolutionEventArgs.EndTime Property

GH_SolutionEventArgsEndTime Property

Note: This API is now obsolete.

Gets the time when the current solution completed. If the solution hasn't completed yet this field will be DateTime.MinValue.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
[ObsoleteAttribute("This property is obsolete")]
public DateTime EndTime { get; }
<ObsoleteAttribute("This property is obsolete")>
Public ReadOnly Property EndTime As DateTime
	Get

Property Value

Type: DateTime

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_SolutionEventArgs.EndTime"]

See Also