Java Second Get getSYNTimeSeconds()

Here you can find the source of getSYNTimeSeconds()

Description

get the SYN time in seconds.

License

Open Source License

Declaration

public static double getSYNTimeSeconds() 

Method Source Code

//package com.java2s;

public class Main {
    /**//from w  w  w .  j  av  a  2  s.com
     * get the SYN time in seconds. The SYN time is 0.01 seconds = 10000 microseconds
     * @return
     */
    public static double getSYNTimeSeconds() {
        return 0.01;
    }
}

Related

  1. getSecondsToMMSS(double seconds)
  2. getSecondTime()
  3. getSecondTime(String time)
  4. getSecondToLastIndexOf(String string, char character)
  5. getSecondVersion(String buildId)
  6. getTextBeforeFirstAndSecondColumns(String s)
  7. getTimeAsSeconds(String value)
  8. GetTimeFromSeconds(double time)
  9. getTimeFromSeconds(int seconds)