|
-
Nov 11th, 2004, 02:03 PM
#1
Thread Starter
PowerPoster
days in a month
in C#, how can i get back how many days there are in a specified month and year?
-
Nov 11th, 2004, 03:08 PM
#2
Frenzied Member
Check out Calendar.GetDaysInMonth and similar.
-
Nov 11th, 2004, 03:23 PM
#3
Hyperactive Member
int days = System.DateTime.DaysInMonth(2004,12);
Keep Smiling - even if its hard 
Frankie Says Relax, wossname Says Yeah!
wossname:--Currently I'm wearing a gimp suit and a parachute.
C# - Base64 Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|