DateSubtraction(Date, Date) Operator

Gets the number of days between two dates.

Definition

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static int operator -(
	Date d1,
	Date d2
)

Parameters

d1  Date
First date.
d2  Date
Second date.

Return Value

Int32
The number of days between the arguments.

Implements

ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)

See Also