Click or drag to resize
XDateTimeLessThanOrEqual Operator
Checks if the first date is less or equal than second one.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool operator <=(
	XDateTime p_X,
	XDateTime p_Y
)

Parameters

p_X
Type: Biolomics.BioCallbackXDateTime
The first datetime.
p_Y
Type: Biolomics.BioCallbackXDateTime
The second detetime.

Return Value

Type: Boolean
true if First datetime is less or equal than second datetime, false otherwise.
See Also