| Devart.Data.Oracle Namespace : OracleTimeStamp Structure |
OracleTimeStamp Constructor | Overloaded. Initializes a new instance of the OracleTimeStamp structure. |
![]() 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. |
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. |
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. |
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. Overridden. 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 | Overridden. 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 |
ToOracleDate | Converts the current OracleTimeStamp structure to an OracleDate structure. |
ToString | Overloaded. Overridden. Converts the current OracleTimeStamp structure to a |
ToUniversalTime | Converts the current date and time to Coordinated Universal Time (UTC). |
![]() TryParse | Overloaded. |
Addition | Overloaded. Adds the specified object to the OracleTimeStamp and returns a new OracleTimeStamp structure. |
Equality | Determines whether two OracleTimeStamp values are equal. |
Greater Than | Compares two OracleTimeStamp structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two OracleTimeStamp structures to determine if the first is greater than or equal to the second. |
Inequality | Determines whether two OracleTimeStamp values are not equal. |
Less Than | Compares two OracleTimeStamp structures to determine if the first is less than the second. |
Less Than or Equal | Compares two OracleTimeStamp structures to determine if the first is less than or equal to the second. |
Subtraction | Overloaded. Subtracts the specified object from the OracleTimeStamp value and returns a new OracleTimeStamp structure. |
OracleTimeStamp Structure | Devart.Data.Oracle Namespace
© 2002 - 2013 Devart. All Rights Reserved.