CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #3
    Join Date
    Dec 2002
    Posts
    55

    Re: calculate month in dateTime

    Code:
    Const Feb As Integer = 2
    Dim daysInFebLeap As Integer = System.DateTime.DaysInMonth(1996, Feb)
    Last edited by Relentless; May 14th, 2006 at 01:57 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured