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: 0The unspecified month.
Generated from protobuf enum MONTH_UNSPECIFIED = 0;
JANUARY
Value: 1The month of January.
Generated from protobuf enum JANUARY = 1;
FEBRUARY
Value: 2The month of February.
Generated from protobuf enum FEBRUARY = 2;
MARCH
Value: 3The month of March.
Generated from protobuf enum MARCH = 3;
APRIL
Value: 4The month of April.
Generated from protobuf enum APRIL = 4;
MAY
Value: 5The month of May.
Generated from protobuf enum MAY = 5;
JUNE
Value: 6The month of June.
Generated from protobuf enum JUNE = 6;
JULY
Value: 7The month of July.
Generated from protobuf enum JULY = 7;
AUGUST
Value: 8The month of August.
Generated from protobuf enum AUGUST = 8;
SEPTEMBER
Value: 9The month of September.
Generated from protobuf enum SEPTEMBER = 9;
OCTOBER
Value: 10The month of October.
Generated from protobuf enum OCTOBER = 10;
NOVEMBER
Value: 11The month of November.
Generated from protobuf enum NOVEMBER = 11;
DECEMBER
Value: 12The month of December.
Generated from protobuf enum DECEMBER = 12;