using System;
public class Program
{
public static void Main()
var StartDate = DateTime.Now.AddYears(-3);
Console.WriteLine(StartDate);
}