Set an array element in manner similar to drms_array_set and drms_array_setext, except do not perform a type conversion; the array data type arr->type must be DRMS_TYPE_TIME).
- Parameters:
-
| arr | The DRMS array struct whose array element is set. |
| index | The index of the array element whose value is set. |
| value | The time to which the designed array element is set. |
- Returns:
- DRMS status (see drms_statuscodes.h). 0 if successful, non-0 otherwise.
Definition at line 422 of file drms_array.h.