E
eps
Hi there,
The following code gets the first day in the current month, I don't
understand how it works though, could someone try to explain it to me ?.
DateTime FirstDayInMonth =
DateTime.Now.Subtract(TimeSpan.FromDays(Month.Day - 1));
Any help appreciated.
The following code gets the first day in the current month, I don't
understand how it works though, could someone try to explain it to me ?.
DateTime FirstDayInMonth =
DateTime.Now.Subtract(TimeSpan.FromDays(Month.Day - 1));
Any help appreciated.
