Set Minute

Logic Name

Set Minute

Function

Sets 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.

Notes

Logic Sample

Mapping Definition

Logic Settings and Processing Result

The logic sets the minute to the date/time of input data and output the result.
Property Settings
Property Setting
None  
Input Data
2007-01-01T01:01:00.000+0900,59
2008-02-02T02:02:00.000+0900,0
2009-03-03T03:03:00.000+0900,61
Result Data
2007-01-01T01:59:00.000+0900
2008-02-02T02:00:00.000+0900
2009-03-03T04:01:00.000+0900