OracleTimeStampLTZ Constructors
The OracleTimeStampLTZ
constructors create new instances of the OracleTimeStampLTZ
structure.
Overload List:
-
This constructor creates a new instance of the
OracleTimeStampLTZ
structure and sets its value for date and time using the suppliedDateTime
value. -
This constructor creates a new instance of the
OracleTimeStampLTZ
structure and sets its value for date and time using the supplied string. -
OracleTimeStampLTZ(int, int, int)
This constructor creates a new instance of the
OracleTimeStampLTZ
structure and sets its value for date using year, month, and day. -
OracleTimeStampLTZ(int, int, int, int, int, int)
This constructor creates a new instance of the
OracleTimeStampLTZ
structure and sets its value for date and time using year, month, day, hour, minute, and second. -
OracleTimeStampLTZ(int, int, int, int, int, int, double)
This constructor creates a new instance of the
OracleTimeStampLTZ
structure and sets its value for date and time using year, month, day, hour, minute, second, and millisecond. -
OracleTimeStampLTZ(int, int, int, int, int, int, int)
This constructor creates a new instance of the
OracleTimeStampLTZ
structure and sets its value for date and time using year, month, day, hour, minute, second, and nanosecond. -
This constructor creates a new instance of the
OracleTimeStampLTZ
structure and sets its value to the provided byte array, which is in the internal OracleTIMESTAMP
WITH
LOCAL
TIME
ZONE
format.