Click or drag to resize
DateTimeHelperGetFirstDayOfWeek Method (String)
Gets the first day of the week.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static DayOfWeek GetFirstDayOfWeek(
	string culture
)

Parameters

culture
Type: SystemString
Culture

Return Value

Type: DayOfWeek
See Also