Update DateTime
Convenience Method
Declaration
TibrvStatusupdateDateTime
(
const char* fieldName,
const TibrvMsgDateTime& value,
tibrv_u16 fieldId=0);
Purpose
Update a field containing a datetime value.
Remarks
This convenience method locates a field (by name or identifier) and updates its data.
The type of the existing field (within the message) and the type of the updating value
must match.
Parameter |
Description |
|
Update a field with this name. |
|
Update the message field to this value. The method copies the new value into the existing field. |
|
Update the field with this identifier. Zero is a special value that signifies no field identifier. It is illegal to add a field that has both a |