DateTimeExtensions..::..IsWeekday Method

Determines whether this instance is weekday.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool IsWeekday(
	DayOfWeek d
)

Parameters

d
Type: DayOfWeek
The d.

Return Value

true if the specified d is weekday; otherwise, false.