dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure

In This Topic
    OracleTimeStamp Structure Methods
    In This Topic

    For a list of all members of this type, see OracleTimeStamp members.

    Public Methods
     NameDescription
    Public MethodAdds the specified number of days to the current OracleTimeStamp instance.  
    Public MethodAdds the specified number of hours to the current OracleTimeStamp instance.  
    Public MethodAdds the specified number of milliseconds to the current OracleTimeStamp instance.  
    Public MethodAdds the specified number of minutes to the current OracleTimeStamp instance.  
    Public MethodAdds the specified number of months to the current OracleTimeStamp instance.  
    Public MethodAdds the specified number of nanoseconds to the current OracleTimeStamp instance.  
    Public MethodAdds the specified number of seconds to the current OracleTimeStamp instance.  
    Public MethodAdds the specified number of years to the current OracleTimeStamp instance.  
    Public MethodCompares the current OracleTimeStamp object to the specified object and returns an integer that represents their relative values.  
    Public MethodOverloaded. Compares two OracleTimeStamp structures to determine if they are equal.  
    Public MethodSubtracts 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.  
    Public MethodGets a hash code for the OracleTimeStamp instance.  
    Public Methodstatic (Shared in Visual Basic)Gets an OracleTimeStamp structure that represents the current date and time.  
    Public MethodSubtracts 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.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleTimeStamp values is greater than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleTimeStamp values is greater than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleTimeStamp values is less than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two OracleTimeStamp values is less than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether two OracleTimeStamp values are not equal.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the specified System.String representation of a date to its OracleTimeStamp equivalent.  
    Public MethodConverts the current OracleTimeStamp structure to an OracleDate structure.  
    Public MethodOverloaded. Converts the current OracleTimeStamp structure to a System.String.  
    Public MethodConverts the current date and time to Coordinated Universal Time (UTC).  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the string representation of a date to OracleDate.  
    Top
    See Also