Click or drag to resize

GroupSetAsUTCTimeOnly Method

Updates field with new value

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public void SetAsUTCTimeOnly(
	int tag,
	int index,
	DateTime value,
	TimeFlags flags
)

Parameters

tag  Int32
field number
index  Int32
Group's index (starts at 0)
value  DateTime
new value
flags  TimeFlags
time format flags
See Also