votes
Noob question about date and time in c sharp
Dear all, for getting a current time in c sharp, a [code]DateTime[/code] class is used and by using [code]DateTime.Now[/code] as its implementation. The question is I have [code]int[7][/code] and I want to put every info inside the [c ...
