DateTime QuarterEnd(DateTime moment) { int qeMonth = ((moment.Month-1)/3+1)*3; DateTime qe = new DateTime(moment.Year, qeMonth, 1); qe = qe.AddMonths(1).AddDays(-1); return qe; }
Gelöste Rätsel rund um ASP.NET
Impressum , Click to read this topic29.03.2004 11:53:11 - christophwMissionStatement, Click to read this topic24.03.2004 15:34:14 - -193.171.83.76Hausregeln, Nutzungsbedingungen
Für Autoren: Login , Passwort aendern