OracleDateTime.MinValue Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the minimum valid date value for an OracleDateTime structure.
public: static initonly System::Data::OracleClient::OracleDateTime MinValue;
public static readonly System.Data.OracleClient.OracleDateTime MinValue;
staticval mutable MinValue : System.Data.OracleClient.OracleDateTime
Public Shared ReadOnly MinValue As OracleDateTime
Field Value
Remarks
The minimum valid date for an OracleDateTime structure is 1/1/0001 00:00:00. However, Oracle supports dates as early as January 1, 4712 BC. To bind BC dates, use a String parameter and the Oracle TO_DATE or TO_CHAR conversion functions for input and output parameters respectively.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.