nxa.DiffDate

Description

Subtracts one date object from another.

Signature

Date nxa.DiffDate (Date, Date, Unit)

Parameters

NameTypeMandatory/OptionalDescription
 DateMFirst operand.
 DateMSecond operand.
 UnitOSelects the unit for the result. " y " for years, " m " for months, " d " for days, " h " for hours, " n " for minutes and " s " for seconds (optional)

Return

TypeDescription
Datethe result of der opertation.