I have this problem. I have holidays for this and and last year. You can use last year's holiday in this year. So lets say for example. I have 5 days left from 2013 and 20 days for 2014. I need something like in PHP.
$holiday = array();
$holiday['2013'] = 5;
$holiday['2014'] = 20;
So is there any better way to do this in C#?