Skip to main content

Date Time Plus Minus

The Date Time Plus Minus component allows you to add or subtract a specified value from a given date and time.

Parameters

Operations : Select the operation you want to perform. This parameter has a type of String. The available options include:

"Addition": Performs addition on the given date and time. "Subtraction": Performs subtraction on the given date and time. Type : String

Date : Enter the date and time on which the operation will be performed. Type : DateTime

Value : Enter the value that will be added or subtracted from the given date and time. This parameter has a type of Integer. Type : Integer

Result : Returns the output of the operation. Type : DateTime

Usage

To use the Date Time Plus Minus component in your workflow, follow these steps:

Drag and drop the Date Time Plus Minus component into your sequence or workflow.

Configure the component by providing the necessary input:

Select the desired operation from the Operation parameter. You can choose from options like "Addition" or "Subtraction."

Enter the date and time on which the operation will be performed using the Date parameter.

Specify the value that will be added or subtracted from the given date and time using the Value parameter.

Continue building your sequence or workflow by adding other components or actions that rely on the resulting date and time.

Access the modified date and time value by referencing the Result output parameter of the Date Time Plus Minus component.

By utilizing the Date Time Plus Minus component, you can easily perform addition or subtraction operations on a given date and time, allowing for flexible manipulation of date and time values within your workflow or application.