Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.sql.Time
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 return java.sql.Time.valueOf(s);
2 return new Time(System.currentTimeMillis());
3 return java.sql.Time.valueOf((String)raw);
4 return (new java.sql.Time(System.currentTimeMillis() +
5 return java.sql.Time.valueOf(nullValue);
6 return new java.sql.Time(readLong());
7 return java.sql.Time.valueOf(str);
8 java.sql.Time checkTime = java.sql.Time.valueOf(currentTimeString);
9 java.sql.Time sqlTime = (java.sql.Time) obj;
10 adaptableTime_ = new java.sql.Time (0);
11 return new java.sql.Time(convertToTimestamp(value).getTime());
12 time = new Time(time).getTime(); // based on 1970-01-01
13 return (Time.valueOf(value.toString()));
14 return new Time(((java.util.Date) super.parse((String) value, pattern)).getTime());
15 if(lobjData == null) {return new Time(System.currentTimeMillis());}
16 return java.sql.Time.valueOf(TestUtil.fix(h, 2) + ":" +
17 return new Time(formatter.parse(dateString).getTime());
18 Time t = new Time(row.getDateColumn(column).getTime());
19 Time t = new Time(System.currentTimeMillis());
20 java.sql.Time t = new java.sql.Time(System.currentTimeMillis());

Links to utility classes and functions:

1 toSqlTime(String time) org.ofbiz.core.util.UtilDateTime
2 toSqlTime(String hourStr, String minuteStr, String secondStr) org.ofbiz.core.util.UtilDateTime
3 toSqlTime(int hour, int minute, int second) org.ofbiz.core.util.UtilDateTime
4 com.liferay.portlet.project.ejb.ProjTimeManagerHomeUtil
5 com.liferay.portlet.project.ejb.ProjTimeManagerUtil
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.