dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / PgSqlTime Constructor / PgSqlTime Constructor(Int32,Int32,Int32,Int32,TimeSpan)
The specified hour.
The specified minute.
The specified second.
The specified microsecond.

In This Topic
    PgSqlTime Constructor(Int32,Int32,Int32,Int32,TimeSpan)
    In This Topic
    Initializes a new instance of the PgSqlTime structure with the specified hour, minute, second, microsecond, and the specified timezone.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal hour As Integer, _
       ByVal minute As Integer, _
       ByVal second As Integer, _
       ByVal microsecond As Integer, _
       ByVal timeZone As TimeSpan _
    )
    public PgSqlTime( 
       int hour,
       int minute,
       int second,
       int microsecond,
       TimeSpan timeZone
    )

    Parameters

    hour
    The specified hour.
    minute
    The specified minute.
    second
    The specified second.
    microsecond
    The specified microsecond.
    timeZone
    See Also