[]
Returns fiscal year by given value of DateTime type.
public static string GetFiscalYearRange(object value, int fiscalYearFirstMonth, int fiscalYearShift, string format)
| Type | Name | Description |
|---|---|---|
| object | value | A date value. |
| int | fiscalYearFirstMonth | First month of fiscal year. |
| int | fiscalYearShift | Shift of fiscal year. |
| string | format | Format |
| Type | Description |
|---|---|
| string | Fiscal year |
For internal using.