Click or drag to resize

Date.Subtraction Operator (Date, TimeSpan)

X#

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