Provides extension methods for the type Day
- Inheritance:
- object object
Methods
IsWeekend(DayOfWeek)
Returns whether the specified Day
ToString(DayOfWeek, DayOfWeekFormatPattern)
Converts the value of a Day
Parameter | Type | Description |
---|---|---|
dayOfWeek | Day |
The Day |
pattern | Day |
A Day |
Returns
ToString(DayOfWeek, DayOfWeekFormatPattern, IFormatProvider)
Converts the value of a Day
Parameter | Type | Description |
---|---|---|
dayOfWeek | Day |
The Day |
pattern | Day |
A Day |
provider | IFormat |
An IFormat |