ComponentOne GanttView for WinForms
FirstMonthOfFY Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : FirstMonthOfFY Enumeration
Specifies the first month of the fiscal year.
Syntax
'Declaration
 
Public Enum FirstMonthOfFY 
   Inherits System.Enum
public enum FirstMonthOfFY : System.Enum 
Members
MemberDescription
AprilFiscal year starts in April.
AugustFiscal year starts in August.
DecemberFiscal year starts in December.
FebruaryFiscal year starts in February.
JanuaryFiscal year is the same as the calendar year.
JulyFiscal year starts in July.
JuneFiscal year starts in June.
MarchFiscal year starts in March.
MayFiscal year starts in May.
NovemberFiscal year starts in November.
OctoberFiscal year starts in October.
SeptemberFiscal year starts in September.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1GanttView.FirstMonthOfFY

See Also

Reference

C1.Win.C1GanttView Namespace