dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure
Fields Properties Methods

In This Topic
    OracleTimeStamp Structure Members
    In This Topic

    The following tables list the members exposed by OracleTimeStamp.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleTimeStamp structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum valid date and time for an OracleTimeStamp structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the minimum valid date and time for an OracleTimeStamp structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to an OracleTimeStamp structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the day component of an OracleTimeStamp.  
    Public PropertyGets the hour component of an OracleTimeStamp.  
    Public PropertyGets a value indicating whether the OracleTimeStamp structure represents Null.  
    Public PropertyGets the millisecond component of an OracleTimeStamp.  
    Public PropertyGets the minute component of an OracleTimeStamp.  
    Public PropertyGets the month component of an OracleTimeStamp.  
    Public PropertyGets the nanosecond component of an OracleTimeStamp.  
    Public PropertyGets the second component of an OracleTimeStamp.  
    Public PropertyGets the Oracle TIMESTAMP type that represents an OracleTimeStamp object.  
    Public PropertyGets the time zone of the OracleTimeStamp that represents OracleDbType.TimeStampTZ.  
    Public PropertyGets the time zone portion in hours and minutes for the current OracleTimeStamp that represents OracleDbType.TimeStampTZ.  
    Public PropertyGets the date and time that is stored in the OracleTimeStamp structure.  
    Public PropertyGets the year component of an OracleTimeStamp.  
    Top
    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
    Public Operators
    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.
    Top
    See Also