Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/08/2010, 05:25
Avatar de mdavila
mdavila
 
Fecha de Ingreso: julio-2007
Ubicación: Montevideo (Uruguay)
Mensajes: 919
Antigüedad: 17 años, 3 meses
Puntos: 13
Respuesta: Problema sencillo con fecha ASP.NET

Se me ocurre asi pensando rapido....

fecha = fecha.AddDays(1)

While fecha.Hour <> 0
fecha = fecha.AddHours(-1)
End While

While fecha.Minute <> 0
fecha = fecha.AddMinutes(-1)
End While

While fecha.Second <> 0
fecha = fecha.AddSeconds(-1)
End While
__________________
Marcelo Davila.

:. En Ignorante te conviertes al no preguntar, el que pregunta se nutre... :.