Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/04/2008, 10:24
Avatar de Peterpay
Peterpay
Colaborador
 
Fecha de Ingreso: septiembre-2007
Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 2 meses
Puntos: 87
Re: Restar fechas

DateTime x = DateTime.Now;
DateTime y = DateTime.Now.AddDays(-5.0);
TimeSpan z=x.Subtract(y);
z.Days;


si eso no te funciona avisas
__________________
Curso WF4
http://cursos.gurudotnet.com/ DF
Aprende HTML5