Method getNanos()
Return type: int
Member of:
java.sql.Timestamp
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
writeInt(o.getNanos());
2
+ x.getNanos() / 1000000));
3
if(v.getNanos() == 999999999) {
4
time_ns = tval.getNanos()/1000000;
5
return "'" + sdf.format(ts) + ":" + (ts.getNanos() / 1000000) + "'";
6
long nanos = (long) stamp.getNanos();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.