Overload List

  NameDescription
SetValue(Boolean)
Sets the value of this field to "Y" or "N" as specified by the Yes/No table indicator (0136) in section 2.24.23.1.
SetValue(DateTime%)
Sets the value for TM, TS and DT type fields.
SetValue(Double)
Sets the value of this field. If this field has more than one component, this method sets the value of the first component.
SetValue(Int32)
Sets the value of this field. If this field has more than one component, this method sets the value of the first component.
SetValue(String)
Sets the value of this field. If this field has more than one component, this method sets the value of the first component.
SetValue(DateTime%, Int32)
Sets the value for TM, DTM and DT type fields.
SetValue(Int32, Double)
Sets the value of a component of this field.
SetValue(Int32, Int32)
Sets the value of a component of this field.
SetValue(Int32, String)
Sets the value of a component of this field.

See Also