Description
The console based calendar program is a which when run shows current month's calendar using the C# DateTime class. It also prompts the user with the following options:
- > for Next Month
- < for Previous Month
- >> for Next Year
- << for previous year
- x for Exit
This programs uses functions of DateTime class.