c#: initialize a DateTime array

Viewed 58692

I am a bit lost on how to do this. I know how to initialize an array with values at the time of declaration. But how would I do it with a DateTime type array since it takes multiple arguments to create a date?

5 Answers
Related