- Contents
Interaction Designer Help
BufferPutDate
This Buffer tool appends a date at the end of the given binary buffer.
Inputs
Buffer Handle
The buffer handle that contains the date.
Date
The date value to add to the buffer.
Date Format
The date format to use:
-
ISO 8601
-
ISO 8601 UTC
-
Custom
Custom Format
The custom date format to use. This field is only available if Custom is selected in the Date Format field. The Expression Editor Assistant appears to display combinations of available categories and symbols and values.
Encoding
This parameter selects the custom encoding to be used.
-
UCS-2
-
UTF-8
-
EBCDIC
Codepage
An expression selected from one of the various categories in the Expression Editor Assistant. This field is only available if the EBCDIC custom encoding is selected. Currently, only the code page 290 is supported.
Exit Paths
Success
This step takes this path on success.
Invalid Handle
The tool takes this path if the buffer handle was invalid.
Invalid Codepage
The tool takes this path if codepage value that was specified is not supported.
Invalid Format
The tool takes this path if the custom format specified is not supported.