Types.Date Field

Definition

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

[Android.Runtime.Register("DATE")]
public const int Date = 91;
[<Android.Runtime.Register("DATE")>]
val mutable Date : int

Field Value

Value = 91
Attributes

Remarks

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

Java documentation for java.sql.Types.DATE.

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