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+d1268756e036101f601080f153b3997e72fc912d
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