Click or drag to resize

CargoFunctionsDateDiff(NullableDateTimeOffset, NullableDateTimeOffset) Method

This is preliminary documentation and is subject to change.

Returns the difference (dt1 - dt2) between 2 dates expressed as a value in days from one date to the other.

Namespace: WikiClientLibrary.Cargo.Linq
Assembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public static int DateDiff(
	DateTimeOffset? dt1,
	DateTimeOffset? dt2
)

Parameters

dt1  NullableDateTimeOffset
date 1.
dt2  NullableDateTimeOffset
date 2.

Return Value

Int32
See Also