Click or drag to resize

SPICE3DeviceGetTimeInfo Method

Returns the time and time zone set on the card.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public void GetTimeInfo(
	out DateTime universalTime,
	out DateTime systemTime,
	out TimeZone timeZone
)

Parameters

universalTime  DateTime
Universal time.
systemTime  DateTime
System time.
timeZone  TimeZone
Time zone.
See Also