OracleMonthSpan.MinValue Field
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Represents the minimum valid date value for an OracleMonthSpan structure.
[Visual Basic] Public Shared ReadOnly MinValue As OracleMonthSpan [C#] public static readonly OracleMonthSpan MinValue; [C++] public: static OracleMonthSpan MinValue; [JScript] public static var MinValue : OracleMonthSpan;
Remarks
The value is -176556, which is equivalent to 4172 BC.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
OracleMonthSpan Structure | OracleMonthSpan Members | System.Data.OracleClient Namespace