Java.Sql.Timestamp.ValueOf Method
Creates a Timestamp object with a time value equal to the time specified by a supplied String holding the time in JDBC timestamp escape format, which is "yyyy-MM-dd HH:mm:ss.nnnnnnnnn"

Syntax

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

Parameters

s
the String containing a time in JDBC timestamp escape format.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the provided string is null.

Remarks

Creates a Timestamp object with a time value equal to the time specified by a supplied String holding the time in JDBC timestamp escape format, which is "yyyy-MM-dd HH:mm:ss.nnnnnnnnn"

[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