The example Use Microsoft Word to make a timezone conversion chart in C# shows how to make a timezone conversion chart in Word. This example creates a print document holding a similar chart. When you select two timezones and click the Make Chart button, the program displays a print preview of the chart. You can use the preview’s Print button (which looks like a little printer) to print the chart.
This example is even longer than the previous example, so I’ll spare you the details. The way the program generates time values is the same. The only difference is in how the programs display their results. The previous version uses Word while this version creates a printout.


