dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2TimeStampOffset Structure
Fields Properties Methods

In This Topic
    DB2TimeStampOffset Structure Members
    In This Topic

    The following tables list the members exposed by DB2TimeStampOffset.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the DB2TimeStampOffset structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum valid date and time for an DB2TimeStampOffset structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the minimum valid date and time for an DB2TimeStampOffset structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to a DB2TimeStampOffset structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the DB2TimeStampOffset structure represents Null.  
    Public PropertyGets the DB2TimeStampOffset precision.  
    Public PropertyGets or sets the offset from Coordinated Universal Time.  
    Public PropertyGets the date and time that is stored in the DB2TimeStampOffset structure.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Compares the current DB2TimeStampOffset object to the specified object and returns an integer that represents their relative values.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Compares two DB2TimeStampOffset structures to determine if they are equal.  
    Public MethodGets a hash code for the DB2TimeStampOffset instance.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2TimeStampOffset values is greater than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2TimeStampOffset values is greater than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2TimeStampOffset values is less than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2TimeStampOffset values is less than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether two DB2TimeStampOffset values are not equal.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the specified System.String representation of a date to its DB2TimeStampOffset equivalent.  
    Public MethodConverts the current DB2TimeStampOffset structure to a System.String.  
    Top
    Public Operators
    Determines whether two DB2TimeStampOffset values are equal.
    Converts a DB2TimeStampOffset structure to a System.DateTimeOffset structure.
    Compares two DB2TimeStampOffset structures to determine if the first is greater than the second.
    Compares two DB2TimeStampOffset structures to determine if the first is greater than or equal to the second.
    Overloaded. Converts a System.DateTime structure to a DB2TimeStampOffset structure.
    Determines whether two DB2TimeStampOffset values are not equal.
    Compares two DB2TimeStampOffset structures to determine if the first is less than the second.
    Compares two DB2TimeStampOffset structures to determine if the first is less than or equal to the second.
    Returns the difference between the first and second DB2TimeStampOffset arguments as a DB2Time structure.
    Top
    See Also