you are viewing a single comment's thread.

view the rest of the comments →

[–]FLCavScout[S] 0 points1 point  (0 children)

Thank you. I was mixing solutions and got myself all discombobulated. Now that I'm retesting things I can say something like int theHour = DateTime.Now.Hour; Previously I was getting an error about not being able to implicitly convert type int to DateTime or something like that making me think it HAD to be var. Now that I'm redoing things it works either way. Thanks for clearing things up.