This is a temporary archive of the Deephaven documentation. For latest documentation please see https://deephaven.io/.
Skip to main content
Version: Java (Groovy)

nowSystemMillisResolution

nowSystemMillisResolution provides the current date-time as an Instant, with millisecond resolution according to the System Clock.

Syntax

nowSystemMillisResolution()

Parameters

This method takes no arguments.

Returns

The current date-time.

Examples

println nowSystemMillisResolution()