Field TUESDAY
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
new DayOfWeekEnum("Tuesday", Calendar.TUESDAY);
2
(day != Calendar.TUESDAY) &&
3
this.day = Calendar.TUESDAY;
4
addWeekday(Calendar.TUESDAY);
5
case Calendar.TUESDAY:
6
if (isDayExcluded(java.util.Calendar.TUESDAY) == false)
7
|| (!OnTuesday && weekday == Calendar.TUESDAY)
8
case Calendar.TUESDAY:
9
case(Calendar.TUESDAY): lStart = 2;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.