|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Get Minimum and Maximum datei am deep trouble.so,please help me how to get minimum and maximum dates for particular Month and Year.Any kind of help will help. for ex: im passing : March 2006 Minimum Date - 01/March/2006 Maximum Date - 31/March/2006 my code: public sub MinMaxdate(ByVal MonInt as integer,ByVal YeaInt as integer) Dim MinInt as integer Dim MaxInt as integer msgbox "Minimum Date " & "MinInt" & " Of " & MonInt & "/" & YeaInt msgbox "Maximum Date " & "MaxInt" & " Of " & MonInt & "/" & YeaInt end sub With Regards, IT SolutionsFree itsolutionsf***@gmail.com wrote:
> Hi All, Dim m as integer = 3 ' month> > i am deep trouble.so,please help me how to get minimum and maximum > dates for particular Month and Year.Any kind of help will help. > > for ex: im passing : March 2006 > > Minimum Date - 01/March/2006 > Maximum Date - 31/March/2006 dim y as integer = 2006 ' year Dim FirstDate As Date = New DateTime(y, m, 1) Dim LastDate As Date = FirstDate.AddMonths(1).AddDays(-1) -- Larry Lard Replies to group please
Collections challenge (MRU)
Retrieve data from xml document Determining the Browser and event.keyCode vs. event.which difference between ME and MYCLASS Createing the Domain searce dialog Inheritance doubt. hair cross cursor advice needed for a good book to make good database applications How select from 2 ADO.NET DataTables? Retainig location in autopostback |
|||||||||||||||||||||||