Npgsql Api Docs

NpgsqlTimeStampTZ Constructor (Int32, Int32, Int32, Int32, Int32, Int32, 0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7]])

[Visual Basic]
Overloads Public Sub New( _
   ByVal year As Integer, _
   ByVal month As Integer, _
   ByVal day As Integer, _
   ByVal hours As Integer, _
   ByVal minutes As Integer, _
   ByVal seconds As Integer, _
   ByVal timezone As Nullable`1([NpgsqlTypes.NpgsqlTimeZone, Npgsql, Version=2.0.10.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7)) _
)
[C#]
public NpgsqlTimeStampTZ(
   int year,
   int month,
   int day,
   int hours,
   int minutes,
   int seconds,
   0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7]] timezone
);

See Also

NpgsqlTimeStampTZ Class | NpgsqlTypes Namespace | NpgsqlTimeStampTZ Constructor Overload List