Ver Mensaje Individual
  #6  
Antiguo Hace 2 Semanas
Avatar de bmfranky
bmfranky bmfranky is offline
Miembro
 
Registrado: may 2024
Ubicación: Gandia, Valencia
Posts: 599
Reputación: 1
bmfranky Va por buen camino
Fechaora internet con uso horadio

Hola @rci, Prueba esto.


public System.DateTime(System.DateTime currentDateTime)
{
return new DateTime(currentDateTime.Year, currentDateTime.Month, currentDateTime.Day, currentDateTime.Hour, currentDateTime.Minute, currentDateTime.Second, DateTimeKind.Local);
}
Si la hora no es local la convierte a local.
__________________
Uno se alegra de ser útil. (Isaac Asimov)
Responder Con Cita