SyntaxFix
Write A Post
Hire A Developer
Questions
Just need to set the value property in a convenient place (such as InitializeComponent()):
InitializeComponent()
dateTimePicker1.Value = DateTime.Today.AddDays(-1);