S
Shapper
Hello,
I am trying to create a Year range as follows:
Enumerable.Range(2010, DateTime.Now.Year)
But I get a a list that goes from 2010 to 4020.
What am I doing wrong?
Thank You,
Miguel
I am trying to create a Year range as follows:
Enumerable.Range(2010, DateTime.Now.Year)
But I get a a list that goes from 2010 to 4020.
What am I doing wrong?
Thank You,
Miguel