Example #1
0
 public YearTimeframe(int year)
     : base(
         new DateTime(year, 1, 1),
         new DateTime(year, 12, 31, 23, 59, 59))
     {
         this.Year = year;
         Timeframe.Year();
     }