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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.