[]
Returns month year by given value of DateTime type.
public static string GetFiscalMonthRange(object value, int fiscalYearFirstMonth, int fiscalYearShift, string format)
Public Shared Function GetFiscalMonthRange(value As Object, fiscalYearFirstMonth As Integer, fiscalYearShift As Integer, format As String) As String
| 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.