OracleTimeSpan.Parse(String) Método
Definição
Converte a representação OracleTimeSpan especificada de uma data e hora em sua String equivalente.Converts the specified String representation of a date and time to its OracleTimeSpan equivalent.
public:
static System::Data::OracleClient::OracleTimeSpan Parse(System::String ^ s);
public static System.Data.OracleClient.OracleTimeSpan Parse (string s);
static member Parse : string -> System.Data.OracleClient.OracleTimeSpan
Public Shared Function Parse (s As String) As OracleTimeSpan
Parâmetros
- s
- String
A String a ser analisada.The String to be parsed.
Retornos
Uma estrutura OracleTimeSpan igual à data e hora representadas pela String especificada.An OracleTimeSpan structure equal to the date and time represented by the specified String.