Click or drag to resize

VectorElementSetTimestamp Method

Sets a value in this vector as a DateTime.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void SetTimestamp(
	int index,
	DateTime value
)
View Source

Parameters

index  Int32
The index of the value.
value  DateTime
The new value of a DateTime.
See Also