Field SUNDAY
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
executeAtNextDOW(job, now.getTime(), Calendar.SUNDAY);
2
value -= Calendar.SUNDAY;
3
firstDay = dateTMP.get (Calendar.DAY_OF_WEEK) - Calendar.SUNDAY;
4
new DayOfWeekEnum("Sunday", Calendar.SUNDAY);
5
if ( (day != Calendar.SUNDAY) &&
6
excludeDays[java.util.Calendar.SUNDAY] = true;
7
this.day = Calendar.SUNDAY;
8
addWeekday(Calendar.SUNDAY);
9
calDate.setFirstDayOfWeek(Calendar.SUNDAY);
10
|| (!OnSunday && weekday == Calendar.SUNDAY)
11
case Calendar.SUNDAY:
12
case(Calendar.SUNDAY): lStart = 0;
13
if (dayOfWeek17 == calendar.SUNDAY) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.