Equal Date/Time

Logic Name

Equal Date/Time

Function

Determines whether the two input date/time are equal.

Data Types

Location Type
The first input handler Date
The second input handler Date
Logic output Boolean
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Null processing Null option Specify how to handle the input if it contains null.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Null option

Option Description
Determine/calculate while remaining null value Outputs true if values of both input handlers are null and outputs false if only one of them is null, then continues with the process.
Return false when unable to determine/calculate/process Continues with the process when unable to determine/calculate/process without throwing exception.
Output null if one input is null Outputs null if the value of one input handler is null.
lightbulbRefer to "Logic Specifications" for details.

Logic Sample

Mapping Definition

Logic Settings and Processing Result

Return "true" if the due date is the same as the expected end date. Otherwise return "false".
Property Settings
Property Setting
Null option Return false when unable to determine/calculate/process
Input Data
2010-05-11T00:00:00.000+0900,2010-05-12T00:00:00.000+0900
2010-09-01T00:00:00.000+0900,2010-09-01T00:00:00.000+0900
2010-10-17T00:00:00.000+0900.2010-10-16T00:00:00.000+0900
Result Data
false
true
false