Reference > Methods systemNano()¶ Definition¶ Long systemNano() Description¶ Returns the nanoseconds since some arbitrary time. This is only useful for comparing times, not as an absolute (wall-clock) time. Based on java's java.lang.System.nanoTime() Examples¶ 1Long r1 = systemNano(); // r1 == 2449666763033200