| ILocaleInfoFirstWeekDay Property  | 
First day of the week, starting from 0.
                                        According to ISO 8601, Monday is the first day of the week.
                                        
                                            0 = Monday
                                            1 = Tuesday
                                            ..
                                            6 = Sunday
                                        
                                        If this property has not been set in a script, the returned value comes from the Windows operating system.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxint FirstWeekDay { get; set; }Property FirstWeekDay As Integer
	Get
	Set
Property Value
Type: 
Int32
See Also