DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / RangeInfo Class / GetQuarterRange(Object,Int32) Method
A date value.
Shift in months of the fiscal year.

In This Topic
    GetQuarterRange(Object,Int32) Method
    In This Topic
    Returns week of fiscal quarter by given value of System.DateTime type.
    Syntax
    'Declaration
     
    Public Shared Function GetQuarterRange( _
       ByVal value As Object, _
       Optional ByVal monthShift As Integer _
    ) As String
    public static string GetQuarterRange( 
       object value,
       int monthShift
    )

    Parameters

    value
    A date value.
    monthShift
    Shift in months of the fiscal year.

    Return Value

    Fiscal quarter
    See Also