DateSequenceSubtraction(DateSequence, Date) Operator |
Subtracts two date sequences to create a new sequence representing the difference in days.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic static NSequence operator -(
DateSequence s,
Date d
)
Parameters
- s DateSequence
- The date sequence operand.
- d Date
- A date scalar.
Return Value
NSequenceThe component by component difference of dates.
Implements
ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)
See Also