Posts by Vinicius Rocha • 111 points
1 post
-
1
votes2
answers2432
viewsA: How to create a Date list with a specific day
Using the approach suggested by Guilherme, I made a small implementation of a method that returns the dates in the desired interval. public List<DateTime> GerarDatas(DateTime inicio, DateTime…