Returns Monday of the week.

Namespace: DayPilot.Utils
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public static DateTime FirstWorkingDayOfWeek(
	DateTime day
)
Visual Basic
Public Shared Function FirstWorkingDayOfWeek ( _
	day As DateTime _
) As DateTime
Visual C++
public:
static DateTime FirstWorkingDayOfWeek(
	DateTime day
)

Parameters

day
Type: System..::..DateTime

Return Value

See Also