Enumeration DayOfWeek

Enumeration Members

FRIDAY: 4

The singleton instance for the day-of-week of Friday. This has the numeric value of 5.

MONDAY: 0

The singleton instance for the day-of-week of Monday. This has the numeric value of 1.

SATURDAY: 5

The singleton instance for the day-of-week of Saturday. This has the numeric value of 6.

SUNDAY: 6

The singleton instance for the day-of-week of Sunday. This has the numeric value of 7.

THURSDAY: 3

The singleton instance for the day-of-week of Thursday. This has the numeric value of 4.

TUESDAY: 1

The singleton instance for the day-of-week of Tuesday. This has the numeric value of 2.

WEDNESDAY: 2

The singleton instance for the day-of-week of Wednesday. This has the numeric value of 3.

Generated using TypeDoc