Java Timestamp Field getNanos(Timestamp timestamp)

Here you can find the source of getNanos(Timestamp timestamp)

Description

get Nanos

License

Open Source License

Declaration

public static int getNanos(Timestamp timestamp) 

Method Source Code


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

import java.sql.Timestamp;

public class Main {
    public static int getNanos(Timestamp timestamp) {
        return timestamp.getNanos();
    }/*from  ww w .j  a  v a2  s  .  c  o  m*/
}

Related

  1. getMillTimestamp()
  2. getMonthEnd(Timestamp stamp, TimeZone timeZone, Locale locale)
  3. getMonthLastDay(Timestamp day)
  4. getMonthStart(java.sql.Timestamp stamp)
  5. getMonthStartTimestamp(Date date)
  6. getNanoString(Timestamp timestamp, boolean full, char nanoSep)
  7. getNbHours(Timestamp dateA, Timestamp dateB)
  8. getNextDayStart(java.sql.Timestamp stamp)
  9. getNextTimestamp(Timestamp previous, long nrDays)