Date.Addition Operator (Date, Int64) | |
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,
days AS INT64
) AS DATE
public static Date operator +(
Date lhs,
long days
)
Request Example
View SourceParameters
- lhs
- Type: Date
- days
- Type: Int64
Return Value
Type:
DateSee Also