Llevo como 2 hras con un problema que no entiendo, el substring falla cuando intento obtener parte de una cadena que contiene fechas, mas especifico el caracter "/" creo, el siguiente codigo me lanza error
Dim starttime As String = "4/4/2013 4:00:00 PM"
MsgBox(starttime.Substring(10, starttime.Length))
System.ArgumentOutOfRangeException was unhandled
Message=Index and length must refer to a location within the string.
Y bueno, yo unicamente necesito obtener la hora, pero el sistema no me funca, y me pudieran ayudar... gracias