Click or drag to resize
DaqDeviceSetDeviceTime Method (DateTime)
Sets the device time to a specific date/time value

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public virtual void SetDeviceTime(
	DateTime time
)

Parameters

time
Type: SystemDateTime
The DateTime value to which the device will be set.
See Also