OracleTimeSpan.MaxValue 字段
定义
表示 OracleTimeSpan 结构的最大有效日期值。Represents the maximum valid date value for an OracleTimeSpan structure.
public: static initonly System::Data::OracleClient::OracleTimeSpan MaxValue;
public static readonly System.Data.OracleClient.OracleTimeSpan MaxValue;
staticval mutable MaxValue : System.Data.OracleClient.OracleTimeSpan
Public Shared ReadOnly MaxValue As OracleTimeSpan
字段值
注解
该值为10675199.02:48:05.4775807。The value is 10675199.02:48:05.4775807. 若要获取大于的值 MaxValue ,请使用 ORACLE SELECT TO_CHAR 语句。To obtain a value greater than MaxValue, use the Oracle SELECT TO_CHAR statement. 有关 Oracle 9i 数据类型支持的范围的详细信息 INTERVAL DAY TO SECOND ,请参阅 oracle 文档。For more information about the ranges supported by the Oracle 9i INTERVAL DAY TO SECOND data type, see your Oracle documentation.