Search:

Type: Posts; User: rsinha333

Search: Search took 0.44 seconds.

  1. Re: GregorianCalendar - How to figure out how many days in all weeks of March, 2013?

    Thankyou so much for everyone's feedback. This did give me ideas how to solve the problem. Thanks rsinha
  2. Re: GregorianCalendar - How to figure out how many days in all weeks of March, 2013?

    Not necessarily. For example: March 2013 has actually 4 full weeks and two partial ones. The first week of March has only 2 days, i.e. Thursday March 1 and Friday March 2. While the last week of...
  3. GregorianCalendar - How to figure out how many days in all weeks of March, 2013?

    HI,
    I could calculate the number of weeks in any month and year using following method.

    public void calWeeksAndDays(int month, in year)
    {
    GregorianCalendar cal = new GregorianCalendar(year,...
Results 1 to 3 of 3