DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class / FiscalYearFirstMonth Property

In This Topic
    FiscalYearFirstMonth Property (Workspace)
    In This Topic
    Gets or sets the number of the first month for the fiscal year.
    Syntax
    'Declaration
     
    Public Property FiscalYearFirstMonth As Integer
    public int FiscalYearFirstMonth {get; set;}
    Remarks
    A value in the range 1 - 12 (for example, 4 for a fiscal year that begins in April). This value is used in range/filter calculations for the following operators: Ytd, Mtd, Qtd, Wtd.
    See Also