Skip to content

Instantly share code, notes, and snippets.

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