Field HOUR_OF_DAY
Field type: int
Member of: java.util.Calendar
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 return cal.get(Calendar.HOUR_OF_DAY);
2 adjustedCal.set(Calendar.HOUR_OF_DAY, cal.get(Calendar.HOUR_OF_DAY));
3 h[event.time.get(Calendar.HOUR_OF_DAY)]+=delta;
4 calendar.set(Calendar.HOUR_OF_DAY, 0);
5 unitMap.put("hour", new Integer(Calendar.HOUR_OF_DAY));
6 h.setText((new Integer(c.get(Calendar.HOUR_OF_DAY))).toString());
7 String zeit = nicedate( cal.get(Calendar.HOUR_OF_DAY), 2)
8 cal.set(Calendar.HOUR_OF_DAY, nowCal.get(Calendar.HOUR_OF_DAY));
9 int hour = cal.get(Calendar.HOUR_OF_DAY);
10 curCal.set(Calendar.HOUR_OF_DAY, 0);
11 int h = calendar.get(Calendar.HOUR_OF_DAY);
12 df2.format(c.get(Calendar.HOUR_OF_DAY)) + ":" +
13 cal.set(Calendar.HOUR_OF_DAY, 0);
14 cal.set(Calendar.HOUR_OF_DAY, 0);
15 while(cal.get(Calendar.HOUR_OF_DAY) != hour)
16 cal.add(Calendar.HOUR_OF_DAY, 1);
17 cal.set (Calendar.HOUR_OF_DAY, hh);
18 calendar.get(Calendar.HOUR_OF_DAY)+"-"+
19 if (!cal.isSet( Calendar.HOUR_OF_DAY )) {
20 int hour = cal.get(Calendar.HOUR_OF_DAY);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.