Date - Convert to String (ConvertDatetoString)
This task converts a date to a string using the simple date format.
Parameter | Type | Description |
---|---|---|
Result | String | Output. |
Date | Date | The date to be modified. |
Date Format | String | The string format to convert the date to. |
Date - Decrement Field (DecrementDateField)
This task subtracts a specified number from a specified date and date field.
Parameter | Type | Description |
---|---|---|
Result | Date | Output. |
Field | DateField | The date field. Choices are: Day, Hour, Millisecond, Minute, Month, Second, Week, and Year. |
Amount | Long | The amount to decrement. |
Date | Date | The date to be modified. |
Date - Get Current Date (GetCurrentDate)
This task retrieves the current date.
Parameter | Type | Description |
---|---|---|
Result | Date | Output |
Date - Get Field (GetDateField)
This task retrieves an individual unit of time from a date.
Parameter | Type | Description |
---|---|---|
Result | Long | Output. |
Date Field | DateField | The portion of the date field to retrieve: Day, Hour, Millisecond, Minute, Month, Second, Week, and Year. |
Date | Date | The date from which to retrieve the field. |
IncrementDateField
This task adds a specified number to a specified date and date field.
Parameter | Type | Description |
---|---|---|
Result | Date | Output. |
Date Field | DateField | The date field. Choices are: Day, Hour, Millisecond, Minute, Month, Second, Week, and Year. |
Amount | Long | The amount to increment. |
Date | Date | The date to be modified. |
SetDateField
This task sets a date field to a value.
Parameter | Type | Description |
---|---|---|
Result | Date | Output. |
Date Field | Date Field | The date field: Day, Hour, Millisecond, Minute, Month, Second, Week, and Year. |
Source | Long | The date to be modified. |
Source | Date | The date to be modified. |
Comments
0 comments
Please sign in to leave a comment.