Datetime package
- Updated: 2024/11/11
Datetime package
A datetime value consists of a date, time, and time zone. Automation Workspace stores datetime values in a Datetime variable. The Datetime package contains actions that enable you to perform various operations on datetime values. You can use these actions to manipulate and compare values in the Datetime variables.
Actions in the Datetime package
You can enter either a String or a Global variable for any of the actions in the Datetime package. The actions then assign the output to a variable.
The actions in the Datetime package accept a variable as an input and assign the output to a variable. These actions enable you to compare two Datetime values, add to or subtract from a Datetime value, and convert a Datetime value to a string value.
The Datetime package includes the following actions:
Action | Description |
---|---|
Add | See Using the Add action. |
Assign | See Using the Assign action. |
Difference between dates | See Using the Difference between dates action |
Get | See Get action in Datetime. |
Is after | See Is after action in Datetime. |
Is before | See Is before action in Datetime. |
Is equal | See Is equal action in Datetime. |
Is leap year | See Is leap year action in Datetime. |
Subtract | See Using the Subtract action. |
To string | See Using the To string action. |