Java Millisecond Current Get getCurrentMillisecond()

Here you can find the source of getCurrentMillisecond()

Description

get Current Millisecond

License

Apache License

Declaration

public static Long getCurrentMillisecond() 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {

    public static Long getCurrentMillisecond() {
        // new Date().getTime()
        return System.currentTimeMillis();
    }//from   w  w w . jav  a  2s  . co  m
}

Related

  1. currentTimeMillis()
  2. currentTimeMillis()
  3. currentTimeMillis()
  4. currentTimeMillisUTC()
  5. getCurrentMillis()
  6. getCurrentMillisecondString()
  7. getCurrentMillisecondZeroFillString()
  8. getCurrentTimeMillisStr()
  9. getMillins(String yyyyMMddHHmmss)