Name | Description | |
---|---|---|
PgSqlTimeStamp Constructor | Overloaded. Initializes a new instance of the PgSqlTimeStamp structure. |
The following tables list the members exposed by PgSqlTimeStamp.
Name | Description | |
---|---|---|
PgSqlTimeStamp Constructor | Overloaded. Initializes a new instance of the PgSqlTimeStamp structure. |
Name | Description | |
---|---|---|
Epoch | Returns the date 1970-01-01 00:00:00-00. | |
MaxValue | Represents the maximum valid date for a PgSqlTimeStamp structure. | |
MinValue | Represents the minimum valid date for a PgSqlTimeStamp structure. | |
NegativeInfinity | Represents a negative infinity value that can be assigned to the PgSqlTimeStamp structure. | |
Null | Represents a NULL value that can be assigned to the PgSqlTimeStamp structure. | |
PositiveInfinity | Represents a positive infinity value that can be assigned to the PgSqlTimeStamp structure. |
Name | Description | |
---|---|---|
Day | Gets the day component of a PgSqlTimeStamp. | |
DayOfWeek | Returns the day of a week that corresponds to the current PgSqlTimeStamp value. | |
DayOfYear | Returns ordinal of the day in a year that corresponds to the current PgSqlTimeStamp value. | |
Days | Gets the number of days in the date part of the structure (days since January 24.11.4714 BC). | |
Hour | Gets the hour component of a PgSqlTimeStamp. | |
IsFinite | Indicates whether the current structure value is finite or null. | |
IsNull | Gets a value indicating whether the PgSqlTimeStamp structure represents Null. | |
Microsecond | Gets the microsecond component of a PgSqlTimeStamp. | |
Minute | Gets the minute component of a PgSqlTimeStamp. | |
Month | Gets the month component of a PgSqlTimeStamp. | |
Second | Gets the second component of a PgSqlTimeStamp. | |
TimeOfDay | Gets the time part of the PgSqlTimeStamp structure. | |
TimeTicks | Gets the number of microseconds in the time part of the structure. | |
Value | Gets the date and time that is stored in the PgSqlTimeStamp structure. | |
WithTimeZone | Determines whether this is a timestamp with time zone. | |
Year | Gets the year component of a PgSqlTimeStamp. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a PgSqlInterval or System.TimeSpan to a PgSqlTimeStamp structure. | |
AddDays | Adds the specified number of days to the current PgSqlTimeStamp instance. | |
AddHours | Adds the specified number of hours to the current PgSqlTimeStamp instance. | |
AddMicroseconds | Adds the specified number of microseconds to the current PgSqlTimeStamp instance. | |
AddMinutes | Adds the specified number of minutes to the current PgSqlTimeStamp instance. | |
AddMonths | Adds the specified number of months to the current PgSqlTimeStamp instance. | |
AddSeconds | Adds the specified number of seconds to the current PgSqlTimeStamp instance. | |
AddYears | Adds the specified number of years to the current PgSqlTimeStamp instance. | |
CompareTo | Overloaded. Compares the current PgSqlTimeStamp object to the specified object. | |
DaysInMonth | Returns the number of days in the specified month and year. | |
Equals | Overloaded. Compares two PgSqlTimeStamp structures to determine if they are equal. | |
GetHashCode | Gets a hash code for the PgSqlTimeStamp instance. | |
GreaterThan | Determines whether the first of two PgSqlTimeStamp values is greater than the second. | |
GreaterThanOrEqual | Determines whether the first of two PgSqlTimeStamp values is greater than or equal to the second. | |
IsLeapYear | Indicates whether specified year is a leap one. | |
LessThan | Determines whether the first of two PgSqlTimeStamp values is less than the second. | |
LessThanOrEqual | Determines whether the first of two PgSqlTimeStamp values is less than or equal to the second. | |
NotEquals | Determines whether two PgSqlTimeStamp values are not equal. | |
Parse | Overloaded. Converts the specified System.String representation of a date to its PgSqlTimeStamp equivalent. | |
Subtract | Overloaded. Subtracts a value from a PgSqlTimeStamp structure. | |
ToString | Overloaded. Converts the current PgSqlTimeStamp structure to a System.String. |
Addition | Overloaded. Adds the specified object to the PgSqlTimeStamp and returns a new PgSqlTimeStamp structure. |
Equality | Determines whether two PgSqlTimeStamp values are equal. |
Explicit Type Conversion | Converts a PgSqlTimeStamp structure to the System.DateTime object. |
Greater Than | Compares two PgSqlTimeStamp structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two PgSqlTimeStamp structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Converts a System.DateTime object to the PgSqlTimeStamp structure. |
Inequality | Determines whether two PgSqlTimeStamp values are not equal. |
Less Than | Compares two PgSqlTimeStamp structures to determine if the first is less than the second. |
Less Than or Equal | Compares two PgSqlTimeStamp structures to determine if the first is less than or equal to the second. |
Subtraction | Overloaded. Subtracts the specified object from the PgSqlTimeStamp structure. |