Click or drag to resize

DateSequenceSubtraction(DateSequence, DateSequence) Operator

Subtracts two date sequences to create a new sequence representing the difference in days.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static NSequence operator -(
	DateSequence s1,
	DateSequence s2
)

Parameters

s1  DateSequence
First date sequence operand.
s2  DateSequence
Second date sequence operand.

Return Value

NSequence
The component by component difference of dates.

Implements

ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)
See Also