Java Second Get getSecondInt(long c)

Here you can find the source of getSecondInt(long c)

Description

get Second Int

License

Open Source License

Declaration

static int getSecondInt(long c) 

Method Source Code

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

public class Main {
    static int getSecondInt(long c) {
        return (int) c;
    }/* w ww .j a  v  a 2  s  . co m*/
}

Related

  1. getSecondColumnAsArray(String[][] stringMatrix)
  2. getSecondExampleTime()
  3. getSecondField(String rowStr, char delimiter)
  4. getSecondFromHMS(String hms)
  5. getSecondFromTime(int hour, int minute, int second)
  6. getSecondInt(long time)
  7. getSecondMaxInArray(float[] arr)
  8. getSecondName(String names)
  9. getSecondRDNValue(String dn)