Skip to content

Instantly share code, notes, and snippets.

@weslley39
Created July 23, 2014 14:01
Show Gist options
  • Save weslley39/de2bbb82f232522fc110 to your computer and use it in GitHub Desktop.
Save weslley39/de2bbb82f232522fc110 to your computer and use it in GitHub Desktop.
var dataInicial = new DateTime(ano, mes, 1);
var dataFinal = new DateTime(ano, mes, 1).AddMonths(1).AddDays(-1); //HACK dos months não apagar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment