SetArrayOfTimeStampWithTimeZone Method
SetArrayOfTimeStampWithTimeZone(string, HOffsetDateTime?[]?)
Adds a Array
Declaration
IGenericRecordBuilder SetArrayOfTimeStampWithTimeZone(string fieldname, HOffsetDateTime?[]? value)
Parameters
string | fieldname | The name of the field. |
HOffset |
value | The value of the field. |
Returns
Remarks
It is legal to set the field again only when the builder is created with
New
Exceptions
Serialization |
The build has been initialized with a
schema, and |