Calculate Minute

Logic Name

Calculate Minute

Function

Increases or decreases the minute of the input date/time and returns the date/time value.

Data Types

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

Properties

Category Property Description
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Function Details

Calculation

The logic adds the numeric value of the second input handler in minutes to the date/time of the first input handler.Digits after the decimal point are round off.

The first input handler (date/time) The second input handler (number of minutes) The output date/time
2005-01-01T00:00:00+0900 1 2005-01-01T00:01:00+0900
2005-01-01T00:00:00+0900 1.23 2006-01-01T00:01:00+0900
2005-01-01T00:00:00+0900 -1 2004-12-31T23:59:00+0900
2005-01-01T00:00:00+0900 61 2005-01-01T01:01:00+0900

Notes

Logic Sample

Mapping Definition

Calculate Minute

Logic Settings and Processing Result

The logic increases or decreases the minute of the input date/time and outputs the date/time value.
Property Settings
Property Setting
None  
Input Data
2007-01-01T00:01:00.000+0900,-2
2008-02-02T02:10:00.000+0900,11
2009-03-03T03:25:00.000+0900,40
Result Data
2006-12-31T23:59:00.000+0900
2008-02-02T02:21:00.000+0900
2009-03-03T04:05:00.000+0900