Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 816 Bytes

File metadata and controls

32 lines (24 loc) · 816 Bytes

TheStartMonthOfFiscalYear

The start month of fiscal year.

Example Usage

import com.apideck.unify.models.components.TheStartMonthOfFiscalYear;

TheStartMonthOfFiscalYear value = TheStartMonthOfFiscalYear.JANUARY;

// Open enum: use .of() to create instances from custom string values
TheStartMonthOfFiscalYear custom = TheStartMonthOfFiscalYear.of("custom_value");

Values

Name Value
JANUARY January
FEBRUARY February
MARCH March
APRIL April
MAY May
JUNE June
JULY July
AUGUST August
SEPTEMBER September
OCTOBER October
NOVEMBER November
DECEMBER December