[]
Returns week of year by given value of DateTime type.
public static string GetWeekRange(object value)
| Type | Name | Description |
|---|---|---|
| object | value | A date value. |
| Type | Description |
|---|---|
| string | Week |
For internal using.
Returns week of fiscal year by given value of DateTime type.
public static string GetWeekRange(object value, int monthShift = 0)
| Type | Name | Description |
|---|---|---|
| object | value | A date value. |
| int | monthShift | Shift in months of the fiscal year. |
| Type | Description |
|---|---|
| string | Fiscal week |