How can I determine total day size of a specific month?
-
Hi dear friends, How can I determine "day size" of a specific month using a MonthCalender or a DateTimePicker? --- For example, I put a MonthCalender to my form and it shows the 2007-April month. How can I manage my software that shows me the "April 2007 has totally 30 days" Thanks...
memix
-
Hi dear friends, How can I determine "day size" of a specific month using a MonthCalender or a DateTimePicker? --- For example, I put a MonthCalender to my form and it shows the 2007-April month. How can I manage my software that shows me the "April 2007 has totally 30 days" Thanks...
memix
DateTime.DaysInMonth
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
DateTime.DaysInMonth
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )