Define the way that the WRITETIME field should be converted into a time value.
This instruction is used by the TapeTrack Synchronization Engine.
SetWriteTimeFormat(format);
| Variable | Type | Description | Min Length | Max Length |
|---|---|---|---|---|
| format | String | The Write Time format in strptime(3) format. | 1 | 32 |
Extract the Write Time in format HH:MM:SS YYYY-MM-DD.
Extract(WRITETIME, 10, 20, 0);
SetWriteTimeFormat("%%H:%%M:%%S %%Y-%m-%d");