DateTimeExtensions
.
.
::
.
.
IsWeekday Method
Determines whether this instance is weekday.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
bool
IsWeekday
(
DayOfWeek
d
)
Parameters
d
Type:
DayOfWeek
The d.
Return Value
true
if the specified d is weekday; otherwise,
false
.
See Also
DateTimeExtensions Class
Core Namespace