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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.