(I'm a C# rookie) I want the same code to work, irrespective of what month we are in.
I know the code for a specific month (DateTime.DaysI nMonth(int year, int month)) but what I am looking for is the code for the days in the current month (i.e. that corresponds to the current date/time on my computer/in my time zone)
Regards
I know the code for a specific month (DateTime.DaysI nMonth(int year, int month)) but what I am looking for is the code for the days in the current month (i.e. that corresponds to the current date/time on my computer/in my time zone)
Regards
Comment