Module: Google::Type::Month

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

Overview

Represents a month in the Gregorian calendar.

Constant Summary collapse

MONTH_UNSPECIFIED =

The unspecified month.

0
JANUARY =

The month of January.

1
FEBRUARY =

The month of February.

2
MARCH =

The month of March.

3
APRIL =

The month of April.

4
MAY =

The month of May.

5
JUNE =

The month of June.

6
JULY =

The month of July.

7
AUGUST =

The month of August.

8
SEPTEMBER =

The month of September.

9
OCTOBER =

The month of October.

10
NOVEMBER =

The month of November.

11
DECEMBER =

The month of December.

12