Reference documentation and code samples for the Google API Common Protos Client class Month.
Represents a month in the Gregorian calendar.
Protobuf type google.type.Month
Namespace
Google \ TypeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MONTH_UNSPECIFIED
Value: 0
The unspecified month.
Generated from protobuf enum MONTH_UNSPECIFIED = 0;
JANUARY
Value: 1
The month of January.
Generated from protobuf enum JANUARY = 1;
FEBRUARY
Value: 2
The month of February.
Generated from protobuf enum FEBRUARY = 2;
MARCH
Value: 3
The month of March.
Generated from protobuf enum MARCH = 3;
APRIL
Value: 4
The month of April.
Generated from protobuf enum APRIL = 4;
MAY
Value: 5
The month of May.
Generated from protobuf enum MAY = 5;
JUNE
Value: 6
The month of June.
Generated from protobuf enum JUNE = 6;
JULY
Value: 7
The month of July.
Generated from protobuf enum JULY = 7;
AUGUST
Value: 8
The month of August.
Generated from protobuf enum AUGUST = 8;
SEPTEMBER
Value: 9
The month of September.
Generated from protobuf enum SEPTEMBER = 9;
OCTOBER
Value: 10
The month of October.
Generated from protobuf enum OCTOBER = 10;
NOVEMBER
Value: 11
The month of November.
Generated from protobuf enum NOVEMBER = 11;
DECEMBER
Value: 12
The month of December.
Generated from protobuf enum DECEMBER = 12;