microkarl Posted February 21, 2005 Posted February 21, 2005 Hi all, In .NET Date Class, is there a way that I specify a speific month of the year, it will return numer of days of that month? eg: if I specify the month to February, it will return 28 days to me. Thanks Carl Quote Donald DUCK : YOU ARE FIRED!!!
Administrators PlausiblyDamp Posted February 21, 2005 Administrators Posted February 21, 2005 Dim i As Integer i = datetime.DaysInMonth(, ) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.