Overload List

  NameDescription
Public methodSetValue(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.
Public methodSetValue(DateTime%)
Sets the value for TM, TS and DT type fields.
Public methodSetValue(Double)
Sets the value of this field. If this field has more than one component, this method sets the value of the first component.
Public methodSetValue(Int32)
Sets the value of this field. If this field has more than one component, this method sets the value of the first component.
Public methodSetValue(String)
Sets the value of this field. If this field has more than one component, this method sets the value of the first component.
Public methodSetValue(DateTime%, Int32)
Sets the value for TM, DTM and DT type fields.
Public methodSetValue(Int32, Double)
Sets the value of a component of this field.
Public methodSetValue(Int32, Int32)
Sets the value of a component of this field.
Public methodSetValue(Int32, String)
Sets the value of a component of this field.

See Also