Name | Description | |
---|---|---|
![]() | OracleDate Constructor | Overloaded. Initializes a new instance of the OracleDate structure. |
The following tables list the members exposed by OracleDate.
Name | Description | |
---|---|---|
![]() | OracleDate Constructor | Overloaded. Initializes a new instance of the OracleDate structure. |
Name | Description | |
---|---|---|
![]() ![]() | MaxValue | Represents the maximum valid date value for an OracleDate structure. |
![]() ![]() | MinValue | Represents the minimum valid date value for an OracleDate structure. |
![]() ![]() | Null | Represents a null value that can be assigned to the Value property of an OracleDate structure. |
Name | Description | |
---|---|---|
![]() | BinData | Gets an array of bytes that represents an Oracle DATE data type in Oracle internal format. |
![]() | Day | Gets the value of the OracleDate structure as a day. |
![]() | Hour | Gets the value of the OracleDate structure as an hour. |
![]() | IsNull | Gets a value indicating whether the Value property of the OracleDate is Null. |
![]() | IsValidDateTime | Indicates whether this OracleDate can be correctly converted to System.DateTime and whether Value can be accessed without an exception. |
![]() | Minute | Gets the value of the OracleDate structure as a minute. |
![]() | Month | Gets the value of the OracleDate structure as a month. |
![]() | Second | Gets the value of the OracleDate structure as a second. |
![]() | Value | Gets the value of the OracleDate structure. |
![]() | Year | Gets the value of the OracleDate structure as a year. |
Name | Description | |
---|---|---|
![]() | CompareTo | Compares the current OracleDate object to the specified object and returns an integer that represents their relative values. |
![]() | Equals | Overloaded. Compares two OracleDate structures to determine if they are equal. |
![]() | GetDaysBetween | Calculates the number of days between the current OracleDate instance and the specified OracleDate structure. |
![]() | GetHashCode | Gets a hash code for the OracleDate instance. |
![]() ![]() | GetSysDate | Gets an OracleDate structure that represents the current date and time. |
![]() ![]() | GreaterThan | Determines whether the first of two OracleDate values is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Determines whether the first of two OracleDate values is greater than or equal to the second. |
![]() ![]() | LessThan | Determines whether the first of two OracleDate values is less than the second. |
![]() ![]() | LessThanOrEqual | Determines whether the first of two OracleDate values is less than or equal to the second. |
![]() ![]() | NotEquals | Determines whether two OracleDate values are not equal. |
![]() ![]() | Parse | Overloaded. Converts the specified System.String representation of a date and time to its OracleDate equivalent. |
![]() | ToOracleTimeStamp | Converts the current OracleDate structure to an Oracle TIMESTAMP. |
![]() | ToString | Overloaded. Converts the specified OracleDate structure to a System.String. |
![]() ![]() | TryParse | Overloaded. Converts the string representation of a date to OracleDate. |
![]() | Determines whether two OracleDate values are the same. |
![]() | Overloaded. Converts an OracleDate structure to a System.DateTime structure. |
![]() | Compares two OracleDate structures to determine if the first is greater than the second. |
![]() | Compares two OracleDate structures to determine if the first is greater than or equal to the second. |
![]() | Determines whether two OracleDate values are not equal. |
![]() | Compares two OracleDate structures to determine if the first is less than the second. |
![]() | Compares two OracleDate structures to determine if the first is less than or equal to the second. |