Click or drag to resize

GlobalPositioningSystemDateLessThan 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 <(
	GlobalPositioningSystemDate left,
	GlobalPositioningSystemDate right
)

Parameters

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

Return Value

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