Click or drag to resize

DateSequenceSubtraction(DateSequence, Date) 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 s,
	Date d
)

Parameters

s  DateSequence
The date sequence operand.
d  Date
A date scalar.

Return Value

NSequence
The component by component difference of dates.

Implements

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