How would I get the date 180 days ago using C#?
DateTime oneEightyAgo = DateTime.Today.AddDays(-180);