Name | Description | |
---|---|---|
![]() | OracleTimeStamp Constructor | Overloaded. Initializes a new instance of the OracleTimeStamp structure. |
The following tables list the members exposed by OracleTimeStamp.
Name | Description | |
---|---|---|
![]() | OracleTimeStamp Constructor | Overloaded. Initializes a new instance of the OracleTimeStamp structure. |
Name | Description | |
---|---|---|
![]() ![]() | MaxValue | Represents the maximum valid date and time for an OracleTimeStamp structure. |
![]() ![]() | MinValue | Represents the minimum valid date and time for an OracleTimeStamp structure. |
![]() ![]() | Null | Represents a null value that can be assigned to an OracleTimeStamp structure. |
Name | Description | |
---|---|---|
![]() | Day | Gets the day component of an OracleTimeStamp. |
![]() | Hour | Gets the hour component of an OracleTimeStamp. |
![]() | IsNull | Gets a value indicating whether the OracleTimeStamp structure represents Null. |
![]() | Millisecond | Gets the millisecond component of an OracleTimeStamp. |
![]() | Minute | Gets the minute component of an OracleTimeStamp. |
![]() | Month | Gets the month component of an OracleTimeStamp. |
![]() | Nanosecond | Gets the nanosecond component of an OracleTimeStamp. |
![]() | Second | Gets the second component of an OracleTimeStamp. |
![]() | TimeStampType | Gets the Oracle TIMESTAMP type that represents an OracleTimeStamp object. |
![]() | TimeZone | Gets the time zone of the OracleTimeStamp that represents OracleDbType.TimeStampTZ. |
![]() | TimeZoneOffset | Gets the time zone portion in hours and minutes for the current OracleTimeStamp that represents OracleDbType.TimeStampTZ. |
![]() | Value | Gets the date and time that is stored in the OracleTimeStamp structure. |
![]() | Year | Gets the year component of an OracleTimeStamp. |
Name | Description | |
---|---|---|
![]() | AddDays | Adds the specified number of days to the current OracleTimeStamp instance. |
![]() | AddHours | Adds the specified number of hours to the current OracleTimeStamp instance. |
![]() | AddMilliseconds | Adds the specified number of milliseconds to the current OracleTimeStamp instance. |
![]() | AddMinutes | Adds the specified number of minutes to the current OracleTimeStamp instance. |
![]() | AddMonths | Adds the specified number of months to the current OracleTimeStamp instance. |
![]() | AddNanoseconds | Adds the specified number of nanoseconds to the current OracleTimeStamp instance. |
![]() | AddSeconds | Adds the specified number of seconds to the current OracleTimeStamp instance. |
![]() | AddYears | Adds the specified number of years to the current OracleTimeStamp instance. |
![]() | CompareTo | Compares the current OracleTimeStamp object to the specified object and returns an integer that represents their relative values. |
![]() | Equals | Overloaded. Compares two OracleTimeStamp structures to determine if they are equal. |
![]() | GetDaysBetween | Subtracts the specified OracleTimeStamp value from the current instance and returns an OracleIntervalDS that represents the time difference between the specified OracleTimeStamp structure and the current instance. |
![]() | GetHashCode | Gets a hash code for the OracleTimeStamp instance. |
![]() ![]() | GetSysDate | Gets an OracleTimeStamp structure that represents the current date and time. |
![]() | GetYearsBetween | Subtracts the specified OracleTimeStamp value from the current instance and returns an OracleIntervalYM that represents the time difference between the specified OracleTimeStamp structure and the current instance. |
![]() ![]() | GreaterThan | Determines whether the first of two OracleTimeStamp values is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Determines whether the first of two OracleTimeStamp values is greater than or equal to the second. |
![]() ![]() | LessThan | Determines whether the first of two OracleTimeStamp values is less than the second. |
![]() ![]() | LessThanOrEqual | Determines whether the first of two OracleTimeStamp values is less than or equal to the second. |
![]() ![]() | NotEquals | Determines whether two OracleTimeStamp values are not equal. |
![]() ![]() | Parse | Overloaded. Converts the specified System.String representation of a date to its OracleTimeStamp equivalent. |
![]() | ToOracleDate | Converts the current OracleTimeStamp structure to an OracleDate structure. |
![]() | ToString | Overloaded. Converts the current OracleTimeStamp structure to a System.String. |
![]() | ToUniversalTime | Converts the current date and time to Coordinated Universal Time (UTC). |
![]() ![]() | TryParse | Overloaded. Converts the string representation of a date to OracleDate. |
![]() | Overloaded. Adds the specified object to the OracleTimeStamp and returns a new OracleTimeStamp structure. |
![]() | Determines whether two OracleTimeStamp values are equal. |
![]() | Converts the System.DateTime parameter to the OracleTimeStamp. |
![]() | Compares two OracleTimeStamp structures to determine if the first is greater than the second. |
![]() | Compares two OracleTimeStamp structures to determine if the first is greater than or equal to the second. |
![]() | Overloaded. Converts the System.DateTime parameter to the OracleTimeStamp. |
![]() | Determines whether two OracleTimeStamp values are not equal. |
![]() | Compares two OracleTimeStamp structures to determine if the first is less than the second. |
![]() | Compares two OracleTimeStamp structures to determine if the first is less than or equal to the second. |
![]() | Overloaded. Subtracts the specified object from the OracleTimeStamp value and returns a new OracleTimeStamp structure. |