website logo
πŸ”­Overview
πŸ’ΌPlatform Actions
πŸ’œIntegrations
🧰Custom Actions
πŸ› οΈDeveloper's Guide
Navigate through spaces
⌘K
πŸ“•Call API
πŸ“•Generate Document
πŸ“•Call Subprocess
πŸ“•Decisional
βš“Decisional Further Reading
πŸ“•Join
πŸ“•Delay
πŸ“•For Each
πŸ“•Get File Data
πŸ“•Map Process Data
βœ‰οΈSend Email
πŸ“¬Inbound email
πŸ“Database
πŸ“Documents
πŸ“DateTime
πŸ“FTP/sFTP
πŸ“Json
πŸ“XPath
πŸ“Lists
πŸ“Numerical
πŸ“Strings
πŸ“Converters
πŸ“Excel
πŸ“Scripting
πŸ“Utilitary
πŸ“Pdf
πŸ“Beta
Docs powered byΒ archbeeΒ 

Update DateTime

9min

This action allows you to update a specific subdivision of a DateTime.

Document image
ο»Ώ

Inputs & Outputs

  • [ I ] Date: DateTime to be updated.
  • [ I ] Unit of time: Drop-down 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.
Document image
ο»Ώ

Example Usage

  • Drag action onto canvas to get familiarized with it.
Document image
ο»Ώ
  • Declare some variables to be used with the action.
Document image
ο»Ώ
  • Assign the newly created variables.
Document image
ο»Ώ
  • Save & Run the process and then Check Instance to see the output.
Document image
ο»Ώ

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.

ο»Ώ

Updated 03 Apr 2023
Did this page help you?
Yes
No
PREVIOUS
Get Day Of Week
NEXT
Parse DateTime
Docs powered byΒ archbeeΒ 
TABLE OF CONTENTS
Inputs & Outputs
Example Usage
Use Cases
Tips