Java Long Number From toLongTime()

Here you can find the source of toLongTime()

Description

to Long Time

License

Apache License

Declaration

public static long toLongTime() 

Method Source Code

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

public class Main {

    public static long toLongTime() {
        return System.currentTimeMillis();
    }/*from w w w . j  a v a2  s.c  o  m*/
}

Related

  1. toLongs(byte[] bytes)
  2. toLongs(byte[] readBuffer, int o, int l)
  3. toLongs(byte[] value, int offset, int num)
  4. toLongs(int[] array)
  5. toLongs(Long[] values)
  6. toLongTimestamp(Object cell)
  7. toLongUnsigned(int intValue)
  8. toLongValue(byte... bytes)
  9. toLongValue(final Object o)