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