Click or drag to resize
LocaleInfoBrokenWeeks Property
Is set to true if broken weeks are allowed in a year. According to ISO 8601, no broken weeks should be allowed. This property is not shown if set to false. If qBrokenWeeks is set to true, qReferenceDay is irrelevant. If this property has not been set in a script, the returned value comes from the Windows operating system.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool BrokenWeeks { get; set; }

Property Value

Type: Boolean

Implements

ILocaleInfoBrokenWeeks
See Also