Skip to content

Instantly share code, notes, and snippets.

@alirafique99
Created April 27, 2021 09:34
Show Gist options
  • Save alirafique99/d58af311d6b1900c8aebbbc982d42ad7 to your computer and use it in GitHub Desktop.
Save alirafique99/d58af311d6b1900c8aebbbc982d42ad7 to your computer and use it in GitHub Desktop.
Get First Day of Month
var firstDayOfMonth = new DateTime(Year, Month, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment