clsDateTimeExt..::..StartOfWeek Method
Starts the of week.
Namespace:
SystemAssembly: 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.