All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zeroc.IceInternal.Time Maven / Gradle / Ivy

//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

package com.zeroc.IceInternal;

final public class Time
{
    static public long
    currentMonotonicTimeMillis()
    {
        return System.nanoTime() / 1000000;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy