DateSubtraction(Date, Int32) Operator
Subtracts a number of days from a date.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static Date operator -(
Date d,
int days
)
- d Date
- The base date.
- days Int32
- Days to be subtracted.
DateA date before a number of days.
ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)