DateTimeSubtract Function - microsoft/MIMWAL GitHub Wiki

Syntax

TimeSpan? DateTimeSubtract(date:DateTimeEndDate, date:DatetimeStartDate)

Description

Returns the timespan between the two dates.

Remarks

If any input parameter (date) is null, an exception is thrown.

Supported Version

2.15.703.0 and later

Examples

DateTimeSubtract([//Target/EmployeeEndDate],[//Target/EmployeeStartDate])