[]
Returns week of fiscal quarter by given value of DateTime type.
public static string GetQuarterRange(object value, int monthShift = 0)
Public Shared Function GetQuarterRange(value As Object, Optional monthShift As Integer = 0) As String
| Type | Name | Description |
|---|---|---|
| object | value | A date value. |
| int | monthShift | Shift in months of the fiscal year. |
| Type | Description |
|---|---|
| string | Fiscal quarter |