Click or drag to resize

JulianDateLessThanOrEqual Operator

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

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

Parameters

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

Return Value

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