Cargo | 
This is preliminary documentation and is subject to change.
The CargoFunctions type exposes the following members.
| Name | Description | |
|---|---|---|
| DateDiff(NullableDateTime, NullableDateTime) | Returns the difference (dt1 - dt2) between 2 dates expressed as a value in days from one date to the other. | |
| DateDiff(NullableDateTimeOffset, NullableDateTimeOffset) | Returns the difference (dt1 - dt2) between 2 dates expressed as a value in days from one date to the other. | |
| HoldsT | Determines whether the list-typed field contains a certain value. (See mw:Extension:Cargo/Querying data#The "HOLDS" command.) | |
| HoldsLikeT | Determines whether the list-typed field contains any value matching the specific LIKE wildcard expression. (See mw:Extension:Cargo/Querying data#HOLDS LIKE.) | |
| Like |