Click or drag to resize

JulianDate.GreaterThanOrEqual Operator

Returns true if left occurs after or at the same time as right.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static bool operator >=(
	JulianDate left,
	JulianDate right
)

Parameters

left
Type: AGI.Foundation.Time.JulianDate
The date on the left side.
right
Type: AGI.Foundation.Time.JulianDate
The date on the right side.

Return Value

Type: Boolean
true if the left is greater than or equal to right; otherwise false.
See Also