Click or drag to resize

JulianDateLessThan Operator

Returns true if left occurs before 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 right; otherwise .
See Also