Click or drag to resize

CargoFunctions Methods

This is preliminary documentation and is subject to change.

The CargoFunctions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDateDiff(NullableDateTime, NullableDateTime) Returns the difference (dt1 - dt2) between 2 dates expressed as a value in days from one date to the other.
Public methodStatic memberDateDiff(NullableDateTimeOffset, NullableDateTimeOffset) Returns the difference (dt1 - dt2) between 2 dates expressed as a value in days from one date to the other.
Public methodStatic memberHoldsT Determines whether the list-typed field contains a certain value. (See mw:Extension:Cargo/Querying data#The "HOLDS" command.)
Public methodStatic memberHoldsLikeT Determines whether the list-typed field contains any value matching the specific LIKE wildcard expression. (See mw:Extension:Cargo/Querying data#HOLDS LIKE.)
Public methodStatic memberLike 
Top
See Also