[]
Returns fiscal year by given value of DateTime type.
public static string GetFiscalYearRange(object value, int fiscalYearFirstMonth, int fiscalYearShift, string format)
Public Shared Function GetFiscalYearRange(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 year |
For internal using.