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+892c66cd78254e5a7ad663c063da400b3042cf5b
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