Date.LessThan Operator | |
This operator is used in code generated by the compiler when needed.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR <(
lhs AS DATE,
rhs AS DATE
) AS LOGIC
public static bool operator <(
Date lhs,
Date rhs
)
Request Example
View SourceParameters
- lhs
- Type: Date
- rhs
- Type: Date
Return Value
Type:
LogicSee Also