[]
Returns the culture-specific full name of the specified instance based on the current UI culture.
public static string GetInstanceName(WeekOfMonthEnum instance)
| Type | Name | Description |
|---|---|---|
| WeekOfMonthEnum | instance | The WeekOfMonthEnum value. |
| Type | Description |
|---|---|
| string | The culture-specific full name of the specified instance. |
Returns the culture-specific full name of the specified instance based on the specified culture.
public static string GetInstanceName(WeekOfMonthEnum instance, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| WeekOfMonthEnum | instance | The WeekOfMonthEnum value. |
| CultureInfo | culture | The CultureInfo object. |
| Type | Description |
|---|---|
| string | The culture-specific full name of the specified instance. |