Week Number Implementation (Windows Embedded CE 6.0)
1/6/2010
The following are the three different types of systems for calculating the week numbers that are displayed on the monthly calendar control:
- ISO system. The first week of the year is the first week that contains Thursday.
- USA system. The first week of the year is the week containing Jan 1.
- Other. The first week of the year is the first complete week.
To select a system, enter the following registry setting.
[HKEY_LOCAL_MACHINE\Software\Microsoft\Calendar\WeekNumbers]
Values (DWORD):
"ISO"=dword:0
"USA"=dword:100
"Other"=dword:101
If you do not specify a registry setting, the ISO system is used.
See Also
Concepts
Run-time Image Configuration File Localization