Returns Monday of the week where day (parameter) belongs.

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

Syntax

C#
public static DateTime FirstWorkingDayOfWeek(
	DateTime day
)
Visual Basic (Declaration)
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