Types.Timestamp Field

Definition

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP.

[Android.Runtime.Register("TIMESTAMP")]
public const int Timestamp = 93;
[<Android.Runtime.Register("TIMESTAMP")>]
val mutable Timestamp : int

Field Value

Value = 93
Attributes

Remarks

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP.

Java documentation for java.sql.Types.TIMESTAMP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to