Date.Addition Operator (Date, Long) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC OPERATOR +(
lhs AS DATE,
days AS LONG
) AS DATE
public static Date operator +(
Date lhs,
int days
)
Request Example
View SourceParameters
- lhs
- Type: Date
- days
- Type: Long
Return Value
Type:
DateSee Also