OracleTimeSpan.Explicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used for explicit OracleTimeSpan conversion.
Overloads
Explicit(OracleTimeSpan to TimeSpan) |
Converts an OracleTimeSpan structure to a TimeSpan structure. |
Explicit(String to OracleTimeSpan) |
Converts a string to an OracleTimeSpan structure. |
Explicit(OracleTimeSpan to TimeSpan)
Converts an OracleTimeSpan structure to a TimeSpan structure.
public:
static explicit operator TimeSpan(System::Data::OracleClient::OracleTimeSpan x);
public static explicit operator TimeSpan (System.Data.OracleClient.OracleTimeSpan x);
static member op_Explicit : System.Data.OracleClient.OracleTimeSpan -> TimeSpan
Public Shared Narrowing Operator CType (x As OracleTimeSpan) As TimeSpan
Parameters
An OracleTimeSpan structure to convert to a TimeSpan structure.
Returns
A TimeSpan structure.
Applies to
Explicit(String to OracleTimeSpan)
Converts a string to an OracleTimeSpan structure.
public:
static explicit operator System::Data::OracleClient::OracleTimeSpan(System::String ^ x);
public static explicit operator System.Data.OracleClient.OracleTimeSpan (string x);
static member op_Explicit : string -> System.Data.OracleClient.OracleTimeSpan
Public Shared Narrowing Operator CType (x As String) As OracleTimeSpan
Parameters
- x
- String
A string to convert to an OracleTimeSpan structure.
Returns
An OracleTimeSpan structure.