class DayOfWeek

Represents a day of week.

Protobuf enum Google\Type\DayOfWeek

Constants

DAY_OF_WEEK_UNSPECIFIED

The unspecified day-of-week.

Generated from protobuf enum DAY_OF_WEEK_UNSPECIFIED = 0;

MONDAY

The day-of-week of Monday.

Generated from protobuf enum MONDAY = 1;

TUESDAY

The day-of-week of Tuesday.

Generated from protobuf enum TUESDAY = 2;

WEDNESDAY

The day-of-week of Wednesday.

Generated from protobuf enum WEDNESDAY = 3;

THURSDAY

The day-of-week of Thursday.

Generated from protobuf enum THURSDAY = 4;

FRIDAY

The day-of-week of Friday.

Generated from protobuf enum FRIDAY = 5;

SATURDAY

The day-of-week of Saturday.

Generated from protobuf enum SATURDAY = 6;

SUNDAY

The day-of-week of Sunday.

Generated from protobuf enum SUNDAY = 7;