TaskTrayWeek is a small Windows tray application for quick week-number lookups.
The tray icon shows the current week number using Monday as the first day of the week and the first-four-day week rule.
Right-clicking the tray icon opens a menu with:
Force updaterefreshes the week number shown in the tray icon.Get date from weekaccepts a week number from1to53. Press Enter to show the Monday for that week in the current year.Get week from dateaccepts a date using the current Windows culture. Press Enter to show the week number for that date.Start on boottoggles whether TaskTrayWeek starts when the current Windows user signs in.Exitcloses the application.
Invalid input is shown directly in the input field:
- Invalid week numbers show
Week must be 1-53. - Invalid dates show
Use DD-MM-YYYY.
The Start on boot option writes to the current user's Windows startup registry key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
This does not require administrator permissions.
- Windows
- .NET 10 runtime, unless using a self-contained release build
