Returns the next ground time after the given time. If there is no future ground time, returns t.

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
public int NextTime(
	int t
)

Parameters

t
Type: System..::..Int32
A time

Return Value

Next ground time after t

See Also