Week Number Implementation (Windows CE 5.0)
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
Run-time Image Configuration File Localization
Last updated on Thursday, February 02, 2006
Send Feedback on this topic to the authors