Enumeration Month

This enum contains literal names of AD/BS month names

Enumeration Members

APRIL_SHRWAN: 4

The singleton instance for the month of April with 30 days. This has the numeric value of 4.

AUGUST_MANGSIR: 8

The singleton instance for the month of August with 31 days. This has the numeric value of 8.

DECEMBER_CHAITRA: 12

The singleton instance for the month of December with 31 days. This has the numeric value of 12.

FEBRUARY_JESTHA: 2

The singleton instance for the month of February with 28 days, or 29 in a leap year. This has the numeric value of 2.

JANUARY_BAISHAK: 1

The singleton instance for the month of January with 31 days. This has the numeric value of 1.

JULY_KARTIK: 7

The singleton instance for the month of July with 31 days. This has the numeric value of 7.

JUNE_ASHWIN: 6

The singleton instance for the month of June with 30 days. This has the numeric value of 6.

MARCH_ASADH: 3

The singleton instance for the month of March with 31 days. This has the numeric value of 3.

MAY_BHADRA: 5

The singleton instance for the month of May with 31 days. This has the numeric value of 5.

NOVEMBER_FALGUN: 11

The singleton instance for the month of November with 30 days. This has the numeric value of 11.

OCTOBER_MAGH: 10

The singleton instance for the month of October with 31 days. This has the numeric value of 10.

SEPTEMBER_PAUSH: 9

The singleton instance for the month of September with 30 days. This has the numeric value of 9.

Generated using TypeDoc