OracleDate Constructors
The OracleDate
constructors instantiates a new instance of the OracleDate
structure.
Overload List:
-
This constructor creates a new instance of the
OracleDate
structure and sets its value for date and time using the suppliedDateTime
value. -
This constructor creates a new instance of the
OracleDate
structure and sets its value using the supplied string. -
This constructor creates a new instance of the
OracleDate
structure and set its value for date using the supplied year, month, and day. -
OracleDate(int, int, int, int, int, int)
This constructor creates a new instance of the
OracleDate
structure and set its value for time using the supplied year, month, day, hour, minute, and second. -
This constructor creates a new instance of the
OracleDate
structure and sets its value to the provided byte array, which is in the internal OracleDATE
format.