Java.Sql.Time.ValueOf Method
Creates a Time object from a string holding a time represented in JDBC escape format: hh:mm:ss.

Syntax

[Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Ljava/sql/Time;", "")]
public static Time ValueOf (string timeString)

Parameters

timeString
A String representing the time value in JDBC escape format: hh:mm:ss.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the supplied time string is not in JDBC escape format.

Remarks

Creates a Time object from a string holding a time represented in JDBC escape format: hh:mm:ss.

An exception occurs if the input string does not comply with this format.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1