Calendar Navigator Sample ========================== This sample used to demonstrate how to use the calendars from System.Globalization namespace. Sample Language Implementations =============================== This sample is available in the following language implementations: C# To build the sample using the command prompt: ============================================= 1. Open the Command Prompt window and navigate to the CS subdirectory under the CalendarNavigator directory. 2. Type msbuild CalendarNavigator.sln. To build the sample using Visual Studio: ======================================= 1. Open Windows Explorer and navigate to one of the CS subdirectories under the CalendarNavigator directory. 2. Double-click the icon for the .sln (solution) file to open the file in Visual Studio. 3. In the Build menu, select Build Solution. The application will be built in the default \bin or \bin\Debug directory. To run the sample: ================= 1. Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer. 2. Type CalendarNavigator.exe at the command line, or double-click the icon for CalendarNavigator.exe to launch it from Windows Explorer. Demonstrates ============ This sample demonstrates the following: All supported calnedars, WinForms, Controls See Also ============ Other topics related to this sample that you may wish to look up in the documentation are: System.Globalization namespace