Skip to content

DateTimeSubtract Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 3 revisions

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])

Clone this wiki locally