GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / FirstMonthOfFY Enumeration

In This Topic
    FirstMonthOfFY Enumeration
    In This Topic
    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.WPF.GanttView.FirstMonthOfFY

    See Also