Module: Google::Type::DayOfWeek

Defined in:
proto_docs/google/type/dayofweek.rb

Overview

Represents a day of the week.

Constant Summary collapse

DAY_OF_WEEK_UNSPECIFIED =

The day of the week is unspecified.

0
MONDAY =

Monday

1
TUESDAY =

Tuesday

2
WEDNESDAY =

Wednesday

3
THURSDAY =

Thursday

4
FRIDAY =

Friday

5
SATURDAY =

Saturday

6
SUNDAY =

Sunday

7