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