Android Time Get getCurrentEpochTime()

Here you can find the source of getCurrentEpochTime()

Description

get Current Epoch Time

License

Open Source License

Declaration

private static long getCurrentEpochTime() 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

import java.util.Date;

public class Main {
    private static long getCurrentEpochTime() {
        return new Date().getTime();
    }/*  w ww  .  j av a 2s  . c  o  m*/
}

Related

  1. getCurrentTimeStamp()
  2. getNow()
  3. getNow()
  4. now()
  5. getCompactTime()
  6. getCurrentTime()
  7. getDateTime()
  8. getLongTime()
  9. getRequestTime()