Posts by Sérgio Silva • 23 points
1 post
-
2
votes2
answers395
viewsQ: How to assign a default date on a Datetime type object in C#?
I created a class called Order, and in it I created a field for the purpose of entering a date of delivery of the order. But I created the object on Main(), and at the time I execute it fills in…