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. |