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
)
Public Shared Operator <= (
p_X As XDateTime,
p_Y As XDateTime
) As Boolean
Parameters
- p_X
- Type: Biolomics.BioCallbackXDateTime
The first datetime. - p_Y
- Type: Biolomics.BioCallbackXDateTime
The second detetime.
Return Value
Type:
Booleantrue if First datetime is less or equal than second datetime,
false otherwise.
See Also