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