NpgsqlTimeTZ Constructor (Int32, Int32, Int32, Int32)
[Visual Basic]
Overloads Public Sub New( _
ByVal
hours As
Integer, _
ByVal
minutes As
Integer, _
ByVal
seconds As
Integer, _
ByVal
microseconds As
Integer _
)
[C#]
public NpgsqlTimeTZ(
int hours,
int minutes,
int seconds,
int microseconds);
See Also
NpgsqlTimeTZ Class | NpgsqlTypes Namespace | NpgsqlTimeTZ Constructor Overload List