SetTimeStamp Method
SetTimeStamp(string, HLocalDateTime?)
Adds a Time
Declaration
IGenericRecordBuilder SetTimeStamp(string fieldname, HLocalDateTime? 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 |