Name | Description | |
---|---|---|
PgSqlTime Constructor | Overloaded. Initializes a new instance of the PgSqlTime structure. |
The following tables list the members exposed by PgSqlTime.
Name | Description | |
---|---|---|
PgSqlTime Constructor | Overloaded. Initializes a new instance of the PgSqlTime structure. |
Name | Description | |
---|---|---|
MaxValue | Represents the maximum valid date for a PgSqlTime structure. | |
MinValue | Represents the minimum valid date for a PgSqlTime structure. | |
Null | Represents a NULL value that can be assigned to the PgSqlTime structure. |
Name | Description | |
---|---|---|
Hour | Gets the hour component of a PgSqlTime. | |
IsNull | Gets a value indicating whether the PgSqlTime structure represents Null. | |
Microsecond | Gets the microsecond component of a PgSqlTime. | |
Minute | Gets the minute component of a PgSqlTime. | |
Second | Gets the second component of a PgSqlTime. | |
Ticks | Gets the number of microseconds in the structure value. | |
TimeZone | Gets or sets the time zone of the PgSqlTime object. | |
Value | Gets the date and time that is stored in the PgSqlTime structure. | |
WithTimeZone | Determines whether this is a timestamp with time zone. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a PgSqlInterval or System.TimeSpan to a PgSqlTime structure. | |
AddHours | Adds the specified number of hours to the current PgSqlTime instance. | |
AddMicroseconds | Adds the specified number of microseconds to the current PgSqlTime instance. | |
AddMinutes | Adds the specified number of minutes to the current PgSqlTime instance. | |
AddSeconds | Adds the specified number of seconds to the current PgSqlTime instance. | |
CompareTo | Overloaded. Compares the current PgSqlTime object to the specified object. | |
Equals | Overloaded. Compares two PgSqlTime structures to determine if they are equal. | |
GetHashCode | Gets a hash code for the PgSqlTime instance. | |
GreaterThan | Determines whether the first of two PgSqlTime values is greater than the second. | |
GreaterThanOrEqual | Determines whether the first of two PgSqlTime values is greater than or equal to the second. | |
LessThan | Determines whether the first of two PgSqlTime values is less than the second. | |
LessThanOrEqual | Determines whether the first of two PgSqlTime values is less than or equal to the second. | |
NotEquals | Determines whether two PgSqlTime values are not equal. | |
Parse | Overloaded. Converts the specified System.String representation of a date to its PgSqlTime equivalent. | |
Subtract | Overloaded. Subtracts a value from a PgSqlTime structure. | |
ToString | Overloaded. Converts the current PgSqlTime structure to a System.String. |
Addition | Overloaded. Adds the specified object to the PgSqlTime and returns a new PgSqlTime structure. |
Equality | Determines whether two PgSqlTime values are equal. |
Explicit Type Conversion | Overloaded. Converts a PgSqlTime structure to the System.DateTime object. |
Greater Than | Compares two PgSqlTime structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two PgSqlTime structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Overloaded. Converts a System.DateTime object to the PgSqlTime structure. |
Inequality | Determines whether two PgSqlTime values are not equal. |
Less Than | Compares two PgSqlTime structures to determine if the first is less than the second. |
Less Than or Equal | Compares two PgSqlTime structures to determine if the first is less than or equal to the second. |
Subtraction | Overloaded. Subtracts the specified object from the PgSqlTime structure. |