GH_SolutionEventArgs.Duration Property

GH_SolutionEventArgsDuration Property

Gets the duration for this solution. The duration is a more accurate measure than EndTime-StartTime.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public TimeSpan Duration { get; }
Public ReadOnly Property Duration As TimeSpan
	Get

Property Value

Type: TimeSpan

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

See Also