GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / UseStartingYearForFY Property

In This Topic
    UseStartingYearForFY Property (C1GanttView)
    In This Topic
    Gets or sets whether the fiscal year starts in the same calendar year (true) or in the previous calendar year (false).
    Syntax
    'Declaration
     
    Public Property UseStartingYearForFY As Boolean
    public bool UseStartingYearForFY {get; set;}
    See Also