SPICE3DeviceGetTimeInfo Method |
Returns the time and time zone set on the card.
Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic 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