How to get current month first and last date? Ask Question
var now = DateTime.Now;
DateTime dateFrom = new DateTime(now.Year, now.Month, 1);
DateTime dateTo = dateFrom.AddMonths(1).AddDays(-1);
Enter an email address to invite a colleague or co-author to join you on socimo. They will receive an email and, in some cases, up to two reminders.