Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created July 16, 2024 06:28
Show Gist options
  • Save wullemsb/c71ca9464df179a148e758f76f020bc1 to your computer and use it in GitHub Desktop.
Save wullemsb/c71ca9464df179a148e758f76f020bc1 to your computer and use it in GitHub Desktop.
public class Product
{
public DateTime DateField {get;set;}= new DateTime(1753,1,1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment