Overload | Description |
---|---|
PgSqlTimeStamp Constructor(DateTime) | Initializes a new instance of the PgSqlTimeStamp structure with the specified System.DateTime. |
PgSqlTimeStamp Constructor(DateTime,Boolean) | Initializes a new instance of the PgSqlTimeStamp structure with the specified System.DateTime. |
PgSqlTimeStamp Constructor(DateTime,String) | Initializes a new instance of the PgSqlTimeStamp structure with the specified System.DateTime and time zone. |
PgSqlTimeStamp Constructor(Int32,Int64) | Initializes a new instance of the PgSqlTimeStamp structure with the specified total number of days and microseconds. |
PgSqlTimeStamp Constructor(Int32,Int64,Boolean) | Initializes a new instance of the PgSqlTimeStamp structure with the specified total number of days and microseconds. |
PgSqlTimeStamp Constructor(Int32,Int64,String) | Initializes a new instance of the PgSqlTimeStamp structure with the specified total number of days, microseconds, and time zone. |
PgSqlTimeStamp Constructor(Int32,Int32,Int32) | Initializes a new instance of the PgSqlTimeStamp structure with the specified year, month, and day. |
PgSqlTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32) | Initializes a new instance of the PgSqlTimeStamp structure with the specified year, month, day, hour, minute, and second. |
PgSqlTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32) | Initializes a new instance of the PgSqlTimeStamp structure with the specified year, month, day, hour, minute, second, and microsecond. |
PgSqlTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Boolean) | Initializes a new instance of the PgSqlTimeStamp structure with the specified year, month, day, hour, minute, second, and microsecond. |
PgSqlTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,String) | Initializes a new instance of the PgSqlTimeStamp structure with the specified year, month, day, hour, minute, second, microsecond, and time zone. |