SetArrayOfTime Method
SetArrayOfTime(string, HLocalTime?[]?)
Adds a Array
Declaration
IGenericRecordBuilder SetArrayOfTime(string fieldname, HLocalTime?[]? value)
Parameters
string | fieldname | The name of the field. |
HLocal |
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 |