class Month

Represents a month in the Gregorian calendar.

Protobuf type google.type.Month

Constants

MONTH_UNSPECIFIED

The unspecifed month.

Generated from protobuf enum MONTH_UNSPECIFIED = 0;

JANUARY

The month of January.

Generated from protobuf enum JANUARY = 1;

FEBRUARY

The month of February.

Generated from protobuf enum FEBRUARY = 2;

MARCH

The month of March.

Generated from protobuf enum MARCH = 3;

APRIL

The month of April.

Generated from protobuf enum APRIL = 4;

MAY

The month of May.

Generated from protobuf enum MAY = 5;

JUNE

The month of June.

Generated from protobuf enum JUNE = 6;

JULY

The month of July.

Generated from protobuf enum JULY = 7;

AUGUST

The month of August.

Generated from protobuf enum AUGUST = 8;

SEPTEMBER

The month of September.

Generated from protobuf enum SEPTEMBER = 9;

OCTOBER

The month of October.

Generated from protobuf enum OCTOBER = 10;

NOVEMBER

The month of November.

Generated from protobuf enum NOVEMBER = 11;

DECEMBER

The month of December.

Generated from protobuf enum DECEMBER = 12;

Methods

static 
name($value)

No description

static 
value($name)

No description

Details

at line 111
static name($value)

Parameters

$value

at line 121
static value($name)

Parameters

$name