Date.Subtraction Operator (Date, Date) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR -(
lhs AS DATE,
rhs AS DATE
) AS LONG
public static int operator -(
Date lhs,
Date rhs
)
Request Example
View SourceParameters
- lhs
- Type: Date
- rhs
- Type: Date
Return Value
Type:
LongSee Also