DateSubtraction(Date, Int32) Operator

Subtracts a number of days from a date.

Definition

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
public static Date operator -(
	Date d,
	int days
)

Parameters

d  Date
The base date.
days  Int32
Days to be subtracted.

Return Value

Date
A date before a number of days.

Implements

ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)

See Also