Click or drag to resize

ScalarElementSetTimestamp Method

Sets the value of this scalar as a DateTime.

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

Parameters

value  DateTime
The new value of this scalar as a DateTime.
See Also