Home » C#.Net » How to check year is leap year or not in C#.net How to check year is leap year or not in C#.net Nirav Daraniya 19:44 C#.Net // this will check the given year is leap or not.//////////////// CODE ///////////////////////// MessageBox.Show(DateTime.IsLeapYear(2012).ToString());//////////////// OUTPUT ///////////////////////// -- /\/ir@\/ <(.'.)> Share: Facebook Twitter Google+ StumbleUpon Digg Delicious LinkedIn Reddit Technorati
0 comments:
Post a Comment
Thanks for comment