Sets the value for TM, TS and DT type fields.

Namespace: Mergecom.HL7
Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0

Syntax

C#
public virtual void SetValue(
	ref DateTime val
)
Visual Basic
Public Overridable Sub SetValue ( _
	ByRef val As DateTime _
)
Visual C++
public:
virtual void SetValue(
	DateTime% val
)

Parameters

val
Type: System..::..DateTime%
A reference of DateTime structure representing the value to set.

See Also