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

Namespace:  DayPilot.Utils
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.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