| DateTimeHelperGetWeekStart Method (DateTime, String) | 
            Gets the date from the beginning of week.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
 Syntax
Syntaxpublic static DateTime GetWeekStart(
	DateTime date,
	string culture
)
Parameters
- date
- Type: SystemDateTime
 Date of week
- culture
- Type: SystemString
 Culture
Return Value
Type: 
DateTime See Also
See Also