Calendar

I want to develop a calendar of the current month. So which class can i use to create this. Now there are two senero, one is that if the user did not supply the month and year as argument, then our program print the current month calendar of the current year, however if the user supplies the month and year, then we have to print out the user specified month calendar of the given year. How i can do this, explain the steps that i have to do in order to develop this application.

Thanks




Answer this question

Calendar

  • Macy-Mike

    Dear, I want to practice OOP's concept. So if you give me a project for practically working on OOP's concept, then i will be able to learn more about C# programming language. I hope that you will give me a project so that i will work upon it.

    Imran Ahmad Mughal



  • JP.DEV

    Ali Raza Shaikh wrote:
    Do you mean that you want to create you own calender class

    Yea you can say that. But I want to increase my confidance level by doing a project on object oriented concepts. Please advise me a project on which i work upon it. I am online at this time on hotmail, if you have your hotmail id then send to me so that i will discuss with you instantly.

    my email address : ahmad_iam@hotmail.com

    Thanks

    Imran Ahmad Mughal



  • Makarand_Keer

    Why don't you use the Calender Control


  • Les Thompson

    Do you mean that you want to create you own calender class


  • DavidTM

    you can also use the DateTime Class provided, with the help of this you can get the current month and year if it is not provided , and if it is given then you can set the values to its members and get the other values.



  • Calendar