dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / OracleTimeStamp Constructor / OracleTimeStamp Constructor(DateTime,TimeSpan)
The specified System.DateTime.
The specified time zone.

In This Topic
    OracleTimeStamp Constructor(DateTime,TimeSpan)
    In This Topic
    Initializes a new instance of the OracleTimeStamp structure with the specified System.DateTime and time zone.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dt As Date, _
       ByVal timeZone As TimeSpan _
    )
    public OracleTimeStamp( 
       DateTime dt,
       TimeSpan timeZone
    )

    Parameters

    dt
    The specified System.DateTime.
    timeZone
    The specified time zone.
    See Also