public void doSomething(DateTime? startDate = null ) { if (startDate == null) { sta

public void doSomething(DateTime? startDate = null ) { if (startDate == null) { startDate = new DateTime(2022, 10, 18); } }
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?