Update DateTime
&x20;This action allows you to update a specific subdivision of a DateTime.
This action allows you to update a specific subdivision of a DateTime.

Inputs & Outputs
- [ I ] Date: DateTime to be updated.
- [ I ] Unit of time: to choose which subdivision of the Date is to be updated.
- Year
- Month
- Day
- Hours
- Minutes
- Seconds
- [ I ] Change amount: Integer representing the change to be applied to the Unit Of Time.
- [ O ] Updated date: DateTime after update.

Example Usage
- Drag action onto canvas to get familiarized with it.

- Declare some variables to be used with the action.

- Assign the newly created variables.

- Save & Run the process and then Check Instance to see the output.

Use Cases
- Updating a specific subdivision from a DateTime.
- Switching between time zones using offsets.
Tips
- Subtracting is also possible by using - before the value inside Change amount.

