[]
public static string GetWeekRange(object value)
Public Shared Function GetWeekRange(value As Object) As String
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| string |
public static string GetWeekRange(object value, int monthShift = 0)
Public Shared Function GetWeekRange(value As Object, Optional monthShift As Integer = 0) As String
| Type | Name | Description |
|---|---|---|
| object | value | |
| int | monthShift |
| Type | Description |
|---|---|
| string |