Return time values as JavaScript Date objects.
Return time values as number (milliseconds since Epoch).
Return time values as Temporal.Instant objects with nanosecond precision.
Requires the TC39 Temporal API (native or via temporal-polyfill).
The temporal-polyfill package is loaded automatically at runtime when
importing from winccoa-manager. For TypeScript compilation, add
import 'temporal-polyfill/global' to your source to bring the
Temporal types into scope.
WinccoaManager.dpSetTimedWait for a usage example.
Enumerates the formats in which a time value (CTRL
time) can be returned by the API.See