public void doSomething(DateTime? startDate = null ) { if (startDate == null) { startDate = new DateTime(2022, 10, 18); } }