dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure
Fields Properties Methods

In This Topic
    PgSqlTime Structure Members
    In This Topic

    The following tables list the members exposed by PgSqlTime.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the PgSqlTime structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum valid date for a PgSqlTime structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the minimum valid date for a PgSqlTime structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a NULL value that can be assigned to the PgSqlTime structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the hour component of a PgSqlTime.  
    Public PropertyGets a value indicating whether the PgSqlTime structure represents Null.  
    Public PropertyGets the microsecond component of a PgSqlTime.  
    Public PropertyGets the minute component of a PgSqlTime.  
    Public PropertyGets the second component of a PgSqlTime.  
    Public PropertyGets the number of microseconds in the structure value.  
    Public PropertyGets or sets the time zone of the PgSqlTime object.  
    Public PropertyGets the date and time that is stored in the PgSqlTime structure.  
    Public PropertyDetermines whether this is a timestamp with time zone.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Adds a PgSqlInterval or System.TimeSpan to a PgSqlTime structure.  
    Public MethodAdds the specified number of hours to the current PgSqlTime instance.  
    Public MethodAdds the specified number of microseconds to the current PgSqlTime instance.  
    Public MethodAdds the specified number of minutes to the current PgSqlTime instance.  
    Public MethodAdds the specified number of seconds to the current PgSqlTime instance.  
    Public MethodOverloaded. Compares the current PgSqlTime object to the specified object.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Compares two PgSqlTime structures to determine if they are equal.  
    Public MethodGets a hash code for the PgSqlTime instance.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two PgSqlTime values is greater than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two PgSqlTime values is greater than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two PgSqlTime values is less than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two PgSqlTime values is less than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether two PgSqlTime values are not equal.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the specified System.String representation of a date to its PgSqlTime equivalent.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Subtracts a value from a PgSqlTime structure.  
    Public MethodOverloaded. Converts the current PgSqlTime structure to a System.String.  
    Top
    Public Operators
    Overloaded. Adds the specified object to the PgSqlTime and returns a new PgSqlTime structure.
    Determines whether two PgSqlTime values are equal.
    Overloaded. Converts a PgSqlTime structure to the System.DateTime object.
    Compares two PgSqlTime structures to determine if the first is greater than the second.
    Compares two PgSqlTime structures to determine if the first is greater than or equal to the second.
    Overloaded. Converts a System.DateTime object to the PgSqlTime structure.
    Determines whether two PgSqlTime values are not equal.
    Compares two PgSqlTime structures to determine if the first is less than the second.
    Compares two PgSqlTime structures to determine if the first is less than or equal to the second.
    Overloaded. Subtracts the specified object from the PgSqlTime structure.
    Top
    See Also