Date - Convert to String (ConvertDatetoString)
This task converts a date to a string using the given date format.
Parameter | Type | Description | Required |
---|---|---|---|
Result | String | Output. | Yes |
Date | Date | The date to be modified. | Yes |
Date Format | String | The string format to convert the date to. | Yes |
The resulting string is logged in as an individual log entry in Admin Console>Auditor>Log Entries for the process, along with the input date and the date format. See example below.
Date - Decrement Field (DecrementDateField)
This task subtracts a specified number of fields from the date.
Parameter | Type | Description | Required |
---|---|---|---|
Result | Date | Output. | Yes |
Field | DateField | The date field. Choices are: Day, Hour, Millisecond, Minute, Month, Second, Week, and Year. | Yes |
Amount | Long | The amount to decrement. | |
Date | Date | The date to be modified. | Yes |
The resulting date is logged as an individual log entry in Admin Console>Auditor>Log Entries for the process, along with all the other parameters. See example below.
Date - Get Current (GetCurrentDate)
This task retrieves the current date.
Parameter | Type | Description | Required |
---|---|---|---|
Result | Date | Output | Yes |
The current date will be logged in the individual log entry in Admin Console>Auditor>Log Entries for the Process. See example below.
Date - Get Field (GetDateField)
This task retrieves an individual unit of time from a date.
Parameter | Type | Description | Required |
---|---|---|---|
Result | Long | Output | Yes |
Date Field | DateField | The portion of the date field to retrieve: Day, Hour, Millisecond, Minute, Month, Second, Week, and Year. | Yes |
Date | Date | The date from which to retrieve the field. | Yes |
The result is logged in the individual log entry in Admin Console > Auditor > Log Entries for the Process along with the rest of the parameters. See the example below.
Date - Increment Field (IncrementDateField)
This task adds a specified Amount of Date Field to the Date.
Parameter | Type | Description | Required |
---|---|---|---|
Result | Date | Output | Yes |
DateField | The date field. Choices are: Day, Hour, Millisecond, Minute, Month, Second, Week, and Year. | Yes | |
Amount | Long | The amount to increment. | Yes |
Date | Date | The date to be modified. | Yes |
The result, along with all other parameters will be logged in the individual log entry in Admin Console > Auditor > Log Entries for the Process. See the example below.
Date - Set Field (SetDateField)
This task sets a date field to a value.
Parameter | Type | Description | Required |
---|---|---|---|
Result | Date | Output | Yes |
Date Field | Date Field | The date field: Day, Hour, Millisecond, Minute, Month, Second, Week, and Year. | Yes |
Source | Long | The date to be modified. | Yes |
Source | Date | The date to be modified. | Yes |
The result will be logged in the individual log entry in Admin Console>Auditor>Log Entries for the Process along with the rest of the parameters. See below.
Comments
0 comments
Please sign in to leave a comment.