Reference documentation and code samples for the Google API Common Protos Client class DayOfWeek.
Represents a day of the week.
Protobuf type google.type.DayOfWeek
Namespace
Google \ TypeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DAY_OF_WEEK_UNSPECIFIED
Value: 0
The day of the week is unspecified.
Generated from protobuf enum DAY_OF_WEEK_UNSPECIFIED = 0;
MONDAY
Value: 1
Monday
Generated from protobuf enum MONDAY = 1;
TUESDAY
Value: 2
Tuesday
Generated from protobuf enum TUESDAY = 2;
WEDNESDAY
Value: 3
Wednesday
Generated from protobuf enum WEDNESDAY = 3;
THURSDAY
Value: 4
Thursday
Generated from protobuf enum THURSDAY = 4;
FRIDAY
Value: 5
Friday
Generated from protobuf enum FRIDAY = 5;
SATURDAY
Value: 6
Saturday
Generated from protobuf enum SATURDAY = 6;
SUNDAY
Value: 7
Sunday
Generated from protobuf enum SUNDAY = 7;