Click or drag to resize

Date.Addition Operator (Date, TimeSpan)

X#
This operator is used in code generated by the compiler when needed.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC  OPERATOR +(
	lhs AS DATE,
	ts AS TimeSpan
) AS DATE
Request Example View Source

Parameters

lhs
Type: Date
ts
Type: TimeSpan

Return Value

Type: Date
See Also