Field AM
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 checkTime(10, 5, 30, Calendar.AM, "10:05:30 AM");
2 checkTime(12, 0, 0, Calendar.AM, "12:00:00 AM");
3 if (am_pm == Calendar.AM)
4 cl.set(Calendar.AM_PM, Calendar.AM);
5 if(lPassedCal.get(Calendar.AM_PM) == Calendar.AM)
6 cal.set(Calendar.AM_PM, Calendar.AM);
7 return new ClockToken(ClockToken.MERIDIAN, Calendar.AM);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.