DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / RangeInfo Class / GetFiscalYearRange(Object,Int32,Int32,String) Method
A date value.
First month of fiscal year.
Shift of fiscal year.
Format

In This Topic
    GetFiscalYearRange(Object,Int32,Int32,String) Method
    In This Topic
    Returns fiscal year by given value of System.DateTime type.
    Syntax
    'Declaration
     
    Public Shared Function GetFiscalYearRange( _
       ByVal value As Object, _
       ByVal fiscalYearFirstMonth As Integer, _
       ByVal fiscalYearShift As Integer, _
       ByVal format As String _
    ) As String
    public static string GetFiscalYearRange( 
       object value,
       int fiscalYearFirstMonth,
       int fiscalYearShift,
       string format
    )

    Parameters

    value
    A date value.
    fiscalYearFirstMonth
    First month of fiscal year.
    fiscalYearShift
    Shift of fiscal year.
    format
    Format

    Return Value

    Fiscal year
    Remarks
    For internal using.
    See Also