[]
Returns month year by given value of DateTime type.
public static string GetFiscalMonthRange(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 month |
For internal using.