Field THURSDAY
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("Thursday", Calendar.THURSDAY);
2
(day != Calendar.THURSDAY) &&
3
this.day = Calendar.THURSDAY;
4
addWeekday(Calendar.THURSDAY);
5
case Calendar.THURSDAY:
6
long weekEpoch = (tempCal.getFirstDayOfWeek() - Calendar.THURSDAY) * 24
7
if (isDayExcluded(java.util.Calendar.THURSDAY) == false)
8
|| (!OnThursday && weekday == Calendar.THURSDAY)
9
case Calendar.THURSDAY:
10
case(Calendar.THURSDAY):lStart = 4;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.