Action group: Dates convertion
The action modifies the specified date
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Date | Date to be modified | Robin.DateTime | Yes | |
Years | The number of years to add to the Date field value. If a minus sign «-» is specified in front of the value, then the specified number of years will be subtracted from the value of the «Date» field | Robin.Numeric | No | |
Months | The number of months to add to the Date field value. If a minus sign «-» is specified in front of the value, then the specified number of months will be subtracted from the value of the «Date» field | Robin.Numeric | No | |
Days | The number of days to add to the Date field value. If a minus sign «-» is specified before the value, then the specified number of days will be subtracted from the value of the «Date» field | Robin.Numeric | No | |
Hours | The number of hours to add to the Date field value. If a minus sign «-» is specified before the value, then the specified number of hours will be subtracted from the value of the «Date» field | Robin.Numeric | No | |
Minutes | The number of minutes to add to the Date field value. If a minus sign «-» is specified in front of the value, then the specified number of minutes will be subtracted from the value of the «Date» field | Robin.Numeric | No | |
Seconds | The number of seconds to add to the Date field value. If a minus sign «-» is specified in front of the value, then the specified number of seconds will be subtracted from the value of the «Date» field | Robin.Numeric | No | |
Results | ||||
Result | Result | Robin.DateTime |
None.
Modify the date 25.10.2022 to the specified parameters.
Use the "Modify date" action.
The program robot completed successfully. The new date was obtained.