FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDateTimeExt..::..StartOfWeek Method

Starts the of week.

Namespace:  System
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public static DateTime StartOfWeek(
	DateTime current,
	DayOfWeek startOfWeek
)
Public Shared Function StartOfWeek ( _
	current As DateTime, _
	startOfWeek As DayOfWeek _
) As DateTime
public:
static DateTime^ StartOfWeek(
	DateTime^ current, 
	DayOfWeek^ startOfWeek
)

Parameters

current
Type: DateTime
The current.
startOfWeek
Type: DayOfWeek
The start of week.

Return Value

DateTime.