Class AbpDayOfWeekExtensions
Inherited Members
Namespace: System
Assembly: Volo.Abp.Core.dll
Syntax
public static class AbpDayOfWeekExtensions
Methods
IsWeekday(DayOfWeek)
Declaration
public static bool IsWeekday(this DayOfWeek dayOfWeek)
Parameters
| Type | Name | Description |
|---|---|---|
| DayOfWeek | dayOfWeek |
Returns
| Type | Description |
|---|---|
| bool |
IsWeekend(DayOfWeek)
Declaration
public static bool IsWeekend(this DayOfWeek dayOfWeek)
Parameters
| Type | Name | Description |
|---|---|---|
| DayOfWeek | dayOfWeek |
Returns
| Type | Description |
|---|---|
| bool |