Click or drag to resize

CargoFunctionsDateDiff(NullableDateTime, NullableDateTime) 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static int DateDiff(
	DateTime? dt1,
	DateTime? dt2
)

Parameters

dt1  NullableDateTime
date 1.
dt2  NullableDateTime
date 2.

Return Value

Int32
See Also