[]
        
(Showing Draft Content)

C1.PivotEngine.RangeInfo.GetFiscalMonthRange

GetFiscalMonthRange Method

GetFiscalMonthRange(object, int, int, string)

Returns month year by given value of DateTime type.

Declaration
public static string GetFiscalMonthRange(object value, int fiscalYearFirstMonth, int fiscalYearShift, string format)
Parameters
Type Name Description
object value

A date value.

int fiscalYearFirstMonth

First month of fiscal year.

int fiscalYearShift

Shift of fiscal year.

string format

Format

Returns
Type Description
string

Fiscal month

Remarks

For internal using.