Created
July 23, 2014 14:01
-
-
Save weslley39/de2bbb82f232522fc110 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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